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 describes a query?
What does clearing cache?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
What's the use of formatters in .net?
What are the asp.net server side objects?
Why session management is required?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
what are the security certificates used in webservices?
When cookie will expire?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Can we use a static function with a non-static variable?
Explain how asp.net page works?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is postback in asp net?