How to make sure that all the validation controls in the page has returned the true value?


In order to make sure that all the values entered by the user in the form is valid and has passed all the validation rules enforced we need to use the following code “Page.IsValid”. It returns a Boolean value.


Comments

Popular posts from this blog

jQuery Basics

What is the difference between a Page Layout and Master Page in SharePoint?

Accessing data from SharePoint 2010 to an ASP.NET application