Why is validation always done on the server? When does that
occur?
Answer Posted / raghumadhav tirunagari
Server side validation is always performed in case a browser
doesn't support DHTML. However, to catch invalid entries,
you should check the IsValid property.When users try to
circumvent the client side code by saving it or by
modifying it with different tools.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is session authentication?
Explain cashing in asp.net.
Explain the difference between Repeater and Data list control in ASP.NET?
How do you hide the columns?
Can we have 2 web config files?
What is use of <% %> in asp.net?
What does mvc represent in asp.net? : asp.net mvc
What are Session states available and its Uses?
What is strong-typing versus weak-typing?
Explain the difference between asp and asp.net?
explain code with datachaching with example
What is a web api?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Describe a bubbled event and how it is used ?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?