How can you make an ASP.NET control to do a postback without the client-side or server-side validation being triggered?


In order to make sure that both the validations are not triggered when the control is posted back by setting the following property of the control to false, “CausesValidation”.


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