How many types of validation controls are provided by
ASP.NET?
Answer Posted / swarupa
As for my knowledge there are Seven type of validation
controls are available in ASP.NET
1.Required Field Validator
2.Regular Expression Validator
3.Compare Validator
4.Range Validator
5.Custom Validator
6.Custom Validator
7.Dynamic Validator
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Can I stream live content/events?
What are the asp.net list controls and difference between them?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is difference between viewstate and session in asp net?
How can we call webservices in Banking Applications? and where we are using it?
Which authentication uses a combination of windows and iis authentication?
How does ASP.NET framework maps client side events to Server side events.?
What is custom attribute? How to create?
What is the syntax for datagrid and specifying columns?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is difference between asp state management and asp.net state management?
How many ways are there to maintain a state in .net? What is view state?
Where is session cookies stored?
What is a proxy in web service?
What is the difference between a multi-layer and multi-tier applications?