Click to See Complete Forum and Search --> : datagrid paging problem


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

mcmcom
December 12th, 2006, 11:41 AM
are you using a Paged DataSet?

see this article:
http://www.devhood.com/tools/tool_details.aspx?tool_id=417

or this:
http://www.codetricks.com/printpage.php?id=18

hth,
mcm