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
Any disadvantages in Dataset and in reflection ?
What is a viewstate?
What is the difference between a cookie and a pixel?
Can viewstate be accessed in another page?
Explain the difference between web user control and web custom control?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What does it mean your session has timed out?
What are the new features added from ASP to ASP.NET?
How does u call and execute a sp in .net?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is difference between Fragment Caching and Page Caching in ASP.NET?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is OSI layer? Explain different layers.
What are the Types of authentications in IIS
Describe the master page.