How can we do the client side validation and Server side
validations? But i told that At client side by with the help
of validations control or by javascript? But I dont know
about the Server side controls Explain?
Answer Posted / neha
Athere are 6 validation control
1. RequiredField Validator
2. Range Validator
3. Campare validator
4. RegularExpression
5. Validation Summary
6. Custom Validator
only custom validator has event on "servervalidate" ,others validate on client side
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What role “#&&” plays in a querysting?
What are the new features added from ASP to ASP.NET?
How to deploy/publish webservices?How many ways?Plz explain me
What are session state modes? List some of the important session state modes of asp.net.
What are sessions and cookies?
How asynchronous call can be implemented using delegates?
Is post back in asp.net?
What are the advantages of asp.net?
What is query string? What are its advantages and limitations?
Explain how dot net compiled code will become platform independent?
What are type/key pairs in client script registration?
What are the two Layouts supported by a Web form in ASP.NET?
What is Dynamic Web and discuss its usage with the help of real life examples?
What is a multilingual website?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?