How can we disable client side script from being triggered in ASP.NET controls?


In order to disable any client side validations to be triggered, for any ASP.NET control the following property needs to be marked as false, “EnableClientScript”.


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