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
To add a hyperlink column to the DataGrid which tag is used ?
How many types of validators are there in asp net?
How can we use Web API with ASP.NET Web Form?
How many types of sessions are there in asp net?
What are sharepoint pages?
What is data cache in sql server?
List the asp.net validation controls?
What is the difference between page-level caching and fragment caching?
What are the different properties of server control that exists?
What is comparevalidator?
What is data reader in asp.net?
Why session management is required?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is the difference between typeof() vs gettype()?