dummyagain
December 12th, 2006, 07:19 AM
I have a datagrid which enable the paging function.
<asp:DataGrid id="MemberDataGrid" runat="server" AllowPaging="True" />
However,when i click the arrow for next page.. it seems refresh to the same page....
I would like to know the possible causes and the solution.
Thank you
<asp:DataGrid id="MemberDataGrid" runat="server" AllowPaging="True" />
However,when i click the arrow for next page.. it seems refresh to the same page....
I would like to know the possible causes and the solution.
Thank you