Hi
I have one gridview to fetch data from database.
I would like add paging feature in it but when i click
on page number error ocurrs. The c# code is below
Please click link for error details....
http://abhishekkumar.net/erro.pdf
<asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333"
GridLines="None" AllowPaging="True">
<RowStyle BackColor="#FFFBD6" ForeColor="#333333" />
<Columns>
<asp:HyperLinkField DataNavigateUrlFields="URL" DataTextField="Mem_ID"
Target="_blank" />
</Columns>
<FooterStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#FFCC66" ForeColor="#333333" HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Navy" />
<HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
Pls help me.