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 is web configuration file and how to use in web application
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Differentiate between client-side and server-side validations in web pages.
What is a runtime version?
How can u debug your .net application?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What do you understand by aggregate dependency?
Define what is razor? : asp.net mvc
How do I send an email message from my ASP.NET page?
What is slidemaster?
What's the ASP.Net Application life cycle?
What is the difference between page directive include and action tag include?
In which event of the page viewstate is available?
Can you explain autopostback?
What is postback and autopostback in asp.net?