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
How would ASP and ASP.NET applications run at the same time on the same server?
Explain what is an abstract class?
State differences between MVC and WebAPI
Do you know using sql cache invalidation?
Which .NET framework supports Web API?
Explain the differences between managed and unmanaged code?
What is the extension of master page in asp.net?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Explain what is an assembly?
How can I open ashx file in mobile?
Explain the concept of MVC Scaffolding?
Explain what is clr?
What is caching in asp.net?
What threading model used in asp and asp.net?
Using code explain Configuration Management