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
How to set the pane area to transparent of a scrollPane component.?
How can you display all validation messages in one control?
Are cookies stored on server or client?
Explain the difference between debug.write and trace.write? When should each be used?
What is difference between mvc and asp.net? : Asp.Net MVC
How to make paging concepts in datagrid in ASP.NET?
What is the mvc framework?
What is an asp.net validator? And, mention its types.
Explain an object, class and method.
What is the difference between Hash table and Array list?
What is the difference between GridView and Repeater controls in ASP.NET?
What is the difference between union and join?
What is the purpose of asp.net?
What is the difference between file-based dependency and key-based dependency?
Explain in what order a destructors is called.