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 to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Will session work if cookies is disabled?
Is asp.net and .net the same?
What is data binding in asp net?
What are cookies in your browser?
What is difference between session and cookies in asp net?
Which object encapsulates state or data of a user?
Is it right that ASP.NET Web API has replaced WCF?
What are sharepoint pages?
What is the purpose of url encoding?
How is it possible for .NET to support many languages?
What are session state modes in asp.net?
What’s the catch?
To wrap up a call to a Web service the standard used is..?
Disable Mouse right click on web page in asp.net?