How do you do validations. Whether client-side or
server-side validations are better.?
Answer Posted / srikanth
Hi Jiten, you're mistaken bydefault all the asp.net
controls are server controls that runs server side, so
validation controls do. To reduce the burden on the server
we will use javascript validation which will be done client
side.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are asp.net web forms?
Is it possible to apply themes to an asp.net application? If yes, then how?
What are client activated objects and server activated objects?
What is the significance of proxy user?
Differentiate between globalization and localization.
What are directives in asp.net? List down all the important directives.
What are uri parameters?
Is a dll file an executable?
Who is using asp.net?
Why is global asax is used for?
What does mean by a neutral culture?
What is a web api? Which protocol is used in a web api?
What is csrf attack in asp.net?
What is the compiled object?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?