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


Please Help Members By Posting Answers For Below Questions

Explain the use of view state?

792


How do you remove duplicates without using remove duplicate stage?

834


What is virtual directory in asp.net?

805


How do you use viewstate?

775


What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

736


Is asp.net easy to learn?

756


What are ASHX files?

841


What is enableviewstate?

760


What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

817


What is the use of HttpHandlers? When to use this?

870


Does google crawl redirects?

751


Where is the view state data stored in asp net?

805


What are the differences between primary foreign and unique keys?

829


How we can force all the validation controls to run?

768


What is css and what is it used for?

777