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 %20 in a url?
Why do we use web config?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain some of the major built-in objects in asp.net
Which method is used to perform all validation at the page level?
What are session state modes?
What does asp in asp.net stand for?
What are resource file and how do we generate resource file?
What is the difference between visual basic and asp.net?
What's the difference between viewstate and sessionstate?
What is comparevalidator?
What are the steps involved to fill a dataset?
What is redirecting behavior?
Where can I get the details on migration of existing projects using various technologies to asp.net?