My menu just using hyperlink, not using other function. how can i minimize menu viewstate size?
Because the menu viewstate is very big.
I set menu enableviewstate = false, but the viewstate remain the same.
Anyother way to reduce viewstate size?
Thanks!
1 Answer, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 17 Nov 2008, 02:25 PM
Hi bo,
Setting the EnableViewState property to false is the officially supported way to disable the viewstate of ASP.NET server controls. I think some other control (or a few other controls) generate the huge viewstate in your page.
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.