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
Is asp.net still used?
Can we set which type of comparison we want to perform by the CompareValidator control?
Explain page output caching?
What is query string? What are its advantages and limitations?
IN an ASP.NET Web application if there is any error, how can you debug?
Which two new properties are added in asp.net 4.0 page class?
Which is an advantage of application service providers?
How to turn off cookies for a page?
Why do we use sessions?
How do cookies work?
What are the various ways to send content from one page to another?
What is a viewstate?
What is mvc in angular?
Is post back in asp.net?
What is session authentication?