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
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is _viewstart?
How you can access the values from the Repeater control in ASP.NET?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is boxing and unboxing in asp.net?
What is the difference between a multi-layer and multi-tier applications?
What does a switch do?
Explain the difference between server control and html control.
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is the typical session identifier?
Can I tap into other windows livetm services?
Explain cookies with example.
Write some code using interfaces, virtual methods, and an abstract class`
Explain client side state management system.
How to Insert/Add in ASPXgridview