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 cross page posting? How is it done?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is the purpose of master page?
Can you use Web API with ASP.NET Web Form?
List the advantages and disadvantages of user control an custom control?
How to manage different kinds of sessions in ASP.NET?
How information about the user's locale can be accessed?
Write code to send e-mail from an asp.net application?
Explain advantages of caching?
Describe the .net base class library.
How to disable disable browser's Back button in asp.net (JavaScript)?
Give 2 examples for scenarios when routing is not applied?
How can we inherit a static member?
Differences between “dataset” and “datareader”.
How to use ipostback?