Introduction:
Asp.Net validation controls fail to work when the client browser doesn’t support JavaScript.
Description:
Asp.net validation controls are validations through JavaScript. If JavaScript is turned off in client browser then the validation controls doesn’t work inserting the invalid data into the database. To check this it is suggested to usepage.isvalid property.
Page.isvalid property gets a Boolean which indicates whether the page is validated or not.