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 are the server controls in asp.net?

0 Answers  


Explain exception handling in .net.

0 Answers  


On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object

4 Answers   Syntax Softtech,


Why is mvc better than asp.net?

0 Answers  


What are server objects?

0 Answers  


What is mvc structure? given example? How to show gridview control from business components and using class object arrays?

3 Answers  


Asp.net - How to find last error which occurred?

1 Answers   Abacus,


what are the ways to improve performance in .net application?

7 Answers   Mind Tree,


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


What are the features of asp net?

0 Answers  


When would you set a control's AutoPostBack property to true?

1 Answers  


In asp.net, how can you validate drop down box?

0 Answers   Accenture,


Categories