How many types of validation controls are provided by
ASP.NET?
Answer Posted / ekta
There are six types of validation controls :-
1.Required field validator,
2.Compare Validator,
3.Range Validator,
4.Regular Expression Validator,
5.validation summary,
6.Custom validator.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is the difference between session object and application object?
What r the asp.net list controls and difference between them?
What is difference between session and application in asp net?
What are the disadvantages of view state?
how can create login from create and written conde in asp.net
Differentiate globalization and localization.
How can we update records in gridview?Is there any appropriate code for it?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is the function of the ViewState property?
Explain how can you debug your .net application?
What is use of Master Page in ASP.NET web pages?
What does it mean your session has timed out?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How you can stop the validation of ASP.NET controls from client side?