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 |
What are the server controls in asp.net?
Explain exception handling in .net.
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
Why is mvc better than asp.net?
What are server objects?
What is mvc structure? given example? How to show gridview control from business components and using class object arrays?
Asp.net - How to find last error which occurred?
what are the ways to improve performance in .net application?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What are the features of asp net?
When would you set a control's AutoPostBack property to true?
In asp.net, how can you validate drop down box?