How can we force all the validation control to run?


All the validation controls in the ASP.NET page can be run by using the following code “Page.Validate()”. Optionally one can also specify the name of the Validation Group name, as a parameter, to be executed.


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