A
Arne
I have a datagrid with paging that works.
I set EnableViewstate to true for the datagrid.
in the PageIndexChanged event i set
PromoGrid.CurrentPageIndex = e.NewPageIndex
bindDataGrid()
In bindDataGrid() I retrieve the data from the database again. Why can't I
retrieve the data from viewstate?
I set EnableViewstate to true for the datagrid.
in the PageIndexChanged event i set
PromoGrid.CurrentPageIndex = e.NewPageIndex
bindDataGrid()
In bindDataGrid() I retrieve the data from the database again. Why can't I
retrieve the data from viewstate?