This is a discussion on how can i disable teh viewstate in asp .net application ? within the ASP and ASP.NET Programming forums, part of the Web Development category; how can i Disable the viewstate in my asp .net application ?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi..... With the help of automatic state management feature, the server control is re-populate their values without writing any code. And it affects the performance. The always set EnableViewState = false when not requires. For control <asp: datagrid EnableViewState="false" datasource="..." runat="server"/> For Page <%@ Page EnableViewState="false" %> |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Application has failed to start because the application configuration is incorrect | kingmaker | ASP and ASP.NET Programming | 5 | 01-03-2008 03:18 AM |
| Ajax and Viewstate variables | Balasubramanian.S | C# Programming | 1 | 09-20-2007 08:10 AM |
| Is any drawbacks in using VIewState["key"] in forms | kingmaker | C# Programming | 1 | 08-11-2007 04:59 AM |
| How to increase viewstate variable in asp .net? | oxygen | ASP and ASP.NET Programming | 1 | 07-30-2007 09:15 AM |
| When during the page processing cycle is ViewState available? | prasath | ASP and ASP.NET Programming | 1 | 07-19-2007 03:29 AM |