What is the need of client side and server side validation ?



What is the need of client side and server side validation ?..

Answer / 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

More ASP.NET Interview Questions

what is client back feauture ?

1 Answers  


what are the types of ASP objects ?

7 Answers   Satyam,


How does session work?

0 Answers  


Is it possible to use two versions of assembly at the same time?If possible explain with code?

3 Answers   Tech Mahindra,


Difference Between ReadOnly and Constant Variable in compile time and Run Time.

3 Answers   Phoenix Technologies, Quadrant,






How can you handle exceptions in asp.net?

0 Answers  


What kind of data we can store in viewstate?

0 Answers  


what is difference between const, static and readonly?

2 Answers   TVS,


what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net

0 Answers   TCS,


What are resource file and how do we generate resource file?

0 Answers  


How do I publish my asp.net application to my isp's web server?

0 Answers  


Can we set master page as a start page?

0 Answers  


Categories