Which data types are supported by the RangeValidator
control?
Answer Posted / ninad
The data types that are supported by the RangeValidator
cotrol are Integer, String, and Date.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are the new features implemented in ASP.NET?
What is server components?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Define machine.config in .net?
What is jade template engine?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is server transfer?
What is the use of asp.net web api?
What is scope of an application variable in asp.net?
What is a viewstate?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Is razor a programming language?
What is cross page posting in asp net?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.