How do you do validations. Whether client-side or
server-side validations are better.?
Answer Posted / anjani mittal
ASP.net has some validation controls which r used for validation of entry in the textboxes,dropdown & other controls etc.
These Validation Controls r:-
1> Required field validator.
2> Regular Expression field validator.
3> Range Validator.
4> Compare validator.
5> Custom field validator.
6> Validation field summary(used to display error messages).
Client side validation is better than that of server side validation b'coz it reduces the load on server by using client side validation & by doing this server performance increases & there responsivess is efficient....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is ispostback property?
What is AutoEventWireup attribute for ?
How do you identify that the page is postback?
Describe the method to create a permanent cookie?
How to prevent client side validation from the ASP.NET validation controls?
Explain transparent caching with aop?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is asp.net with mvc? : Asp.Net MVC
What is new asp.net core?
What are the two types of web pages?
What is rending process in ASP.NET?
What is synchronous and Asynchronous post back ?
Please brief not about xsd,xslt & xml?
Define asp.net caching?
What is a gridview in asp.net?