How can one stop an ASP.NET page not to maintain the “ViewState”?


In order to stop a page to maintain its “ViewState” one has to include a page directive in the ASPX page as “EnableViewState="false"”.


The same can be applied for any control within the page.


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