T
Tony Johansson
Hello!
The asp.net group doesn't seem to know this so I try here because this group
seems to know even asp.net questions.
I have switched off ViewState by setting EnableViewState="false" in the page
directive like this Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" EnableViewState="false" %>
I have no control on the page it's completely empty.
I just wonder when I right click in the browser and select show source when
the webSite is running I can see that
ViewState looks like this
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="/wEPDwUKMTk5MzU0MDY4NGRk8V6RDOd2UNYdpVHGcUdkHt1laNc=" />
So does anyone have the slightest idea what can this contain when the
ViewState is swithed off ?
//Tony
The asp.net group doesn't seem to know this so I try here because this group
seems to know even asp.net questions.
I have switched off ViewState by setting EnableViewState="false" in the page
directive like this Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" EnableViewState="false" %>
I have no control on the page it's completely empty.
I just wonder when I right click in the browser and select show source when
the webSite is running I can see that
ViewState looks like this
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="/wEPDwUKMTk5MzU0MDY4NGRk8V6RDOd2UNYdpVHGcUdkHt1laNc=" />
So does anyone have the slightest idea what can this contain when the
ViewState is swithed off ?
//Tony