Should user input data validation occur server-side or
client-side? Why?
Answer Posted / zaw
Client side validation such as javascript can be bypassed.
It is not secured at all. But it can be used to provide
quick feedback to the users. For example, if the user enters
invalid username and jump to another field, show an error
message quickly with client side validation.
Sever side validation protect against against the malicious
user. Using both techniques can provide secrue, quicker
validation and compatibility .
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What are the two properties that are common on every validation control?
Can we store object in viewstate?
In asp.net, how can you validate drop down box?
What are the new features implemented in ASP.NET?
Using code explain Configuration Management
What are the types of authentication in asp.net?
How to unit test Web API?
What is difference between Lambda Expression and LINQ in ASP.NET?
How can we access static variable?
Where can I get information on cookies in asp.net?
What is an example of an application service provider?
Which is an advantage of application service providers?
How does session id work?
What are the two Layouts supported by a Web form in ASP.NET?
Explain about Multi-Language integration?