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 the difference between a multi-layer and multi-tier applications?

0 Answers   Microsoft,


Explain how can we access static variable?

0 Answers  


What is the difference between table and query?

0 Answers  


What are the various ways of securing a web site that could prevent from hacking etc ?

1 Answers  


Will the asp.net validators run in server side or client side?

0 Answers  






Difference between Response.redirect vs server.transfer?

0 Answers  


Can One website be made using two different languages like c#,vb.net etc......

4 Answers   ABC,


What is Hidden Fields in Asp.Net

4 Answers  


Differentiate between a page theme and a global theme?

0 Answers  


How many types of session in ASP.NET

0 Answers   MCN Solutions,


What?s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?

5 Answers   SLC Ltd,


How do active server pages work?

0 Answers  


Categories