How many types of validation controls are provided by
ASP.NET?
Answer Posted / vennilaashok
1.Required field validator
2.Compare Validator
3.Range Validator
4.Regular Expression Validator
5.validation summary
6.Custom validator
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Elaborate differentiation between ViewState and SessionState?
What is razor? : asp.net mvc
Where the cookie value is stored?
How can we use Web API with ASP.NET Web Form?
How we can force all the validation controls to run?
What is the use of dispose method?
Define what is razor? : asp.net mvc
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is a url string?
Explain file-based dependency and key-based dependency.
How do you use viewstate?
What is data cache in sql server?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How does a web application session work?
What is difference between abstract class and an interface?