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
Explain the use of view state?
How do you remove duplicates without using remove duplicate stage?
What is virtual directory in asp.net?
How do you use viewstate?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Is asp.net easy to learn?
What are ASHX files?
What is enableviewstate?
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?
What is the use of HttpHandlers? When to use this?
Does google crawl redirects?
Where is the view state data stored in asp net?
What are the differences between primary foreign and unique keys?
How we can force all the validation controls to run?
What is css and what is it used for?