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
What is the significance of finalize method in .net?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are cookies in your browser?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Explain file-based dependency and key-based dependency.
What is fulltrust?
What is session and cookies in asp.net?
What are the event handlers that we can have in global.asax file?
Which two new properties are added in asp.net 4.0 page class?
what are the security certificates used in webservices?
What is state management in asp.net with example?
Define reflection in .net?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is the difference between session object and application object?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?