ASP.net Datagrid Viewstate
-
Hi, I have an application that displays bulk data on DataGrid(using .net 1.1) I want to know (1) Whether the viewstate is diplayed for all the rows or only for the rows displayed in datagrid (2) If it displaying the viewstate for all the rows is there any way it disable the viewstate for invisible rows. Thanks.
-
Hi, I have an application that displays bulk data on DataGrid(using .net 1.1) I want to know (1) Whether the viewstate is diplayed for all the rows or only for the rows displayed in datagrid (2) If it displaying the viewstate for all the rows is there any way it disable the viewstate for invisible rows. Thanks.
At first, you need awareness about what is viewstate.
-
At first, you need awareness about what is viewstate.
I have some understanding about viewstate.Can you please suggest on the actual question