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 session state modes? List some of the important session state modes of asp.net.
Explain culture and uiculture values.
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What does passport and windows authentication mean in ASP.NET?
Define tracing.
Explain the use of errorprovider control in .net?
What is difference between inproc and outproc?
List all templates of the repeater control.
What r the asp.net list controls and difference between them?
Describe the diffeerence between inline and code behind?
Is asp.net 64-bit enabled? How?
Why would a company use an application service provider?
Explain asp.net mvc request life cycle? : asp.net mvc
List the asp.net validation controls?
What do you mean by authorization?