T
Trapulo
I've a datagrid and I try to disable viewstate to avoid a lot of hidden data
in the post field (about 100kb). But this doesn't work!
<asp
ataGrid id="dgExhibitionServices" runat="server" Width="520px"
Height="17px" AutoGenerateColumns="False"
EnableViewState="False" >
If this is false or not, the viewstate and page's size don't change!
What is the problem?
My datagrid is inside a usercontrol, and the main webform contains this
userscontrol. I've this problem with all controls on my page.
thanks
in the post field (about 100kb). But this doesn't work!
<asp
Height="17px" AutoGenerateColumns="False"
EnableViewState="False" >
If this is false or not, the viewstate and page's size don't change!
What is the problem?
My datagrid is inside a usercontrol, and the main webform contains this
userscontrol. I've this problem with all controls on my page.
thanks