What is the need of client side and server side validation ?
Answer Posted / shiva
client side validation are used to reduce the burden on
server because if you write server side validation each and
every request is send to server and server gives the
response each and every time so burden on server. to avoid
this problem by using client side validations.
we can write some of validations at server side regarding
security.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are sql notifications and sql invalidations?
What is application in asp net?
What is scope of an application variable in asp.net?
Explain login control and form authentication.
What is server side in asp.net?
Which method is used to force all the validation controls to run?
Using code explain Configuration Management
What is ispostback method in asp.net? Why do we use that?
What is the main differences between asp and asp.net?
What are the features of asp.net mvc?
What are the advantages of passport authentication?
Will the asp.net validators run in server side or client side?
Which is the parent class of the ASP.NET server control?
Differentiate between client-side and server-side validations in web pages.
What is the maximum number of classes that can be contained in one dll file?