G
Guest
I want to disable ViewState for all pages associated with a given MasterPage.
How do I do this? I've tried doing...
<%@ Master Language="C#" AutoEventWireup="true"
CodeFile="StdMaster.master.cs"
EnableViewState="false"
Inherits="StdMaster" %>
but I still see ViewState hidden tages in my pages
How do I do this? I've tried doing...
<%@ Master Language="C#" AutoEventWireup="true"
CodeFile="StdMaster.master.cs"
EnableViewState="false"
Inherits="StdMaster" %>
but I still see ViewState hidden tages in my pages