G
getziiiiiiiiiii
Hi There. . I need some help in paging (which is not working) in
ASPATAGRID
My Data source id is a function which returns DataTable to this
datagrid.
Do i need a code behind to get the next page working?
thanks for help.
this is how my data grid look like:
<asp:datagrid
ID="GridView"
DataSourceID="ObjectDataSource"
DataKeyField="id"
AllowSorting="True"
runat="server"
AutoGenerateColumns="false"
OnSelectedIndexChanged="GridView_SelectedIndexChanged"
AllowPaging="True" PageSize="5"
PagerStyle-Mode="NumericPages"
ASPATAGRID
My Data source id is a function which returns DataTable to this
datagrid.
Do i need a code behind to get the next page working?
thanks for help.
this is how my data grid look like:
<asp:datagrid
ID="GridView"
DataSourceID="ObjectDataSource"
DataKeyField="id"
AllowSorting="True"
runat="server"
AutoGenerateColumns="false"
OnSelectedIndexChanged="GridView_SelectedIndexChanged"
AllowPaging="True" PageSize="5"
PagerStyle-Mode="NumericPages"