What property do I need to set so that I see the < and > for next and
prior page in my gridview.
AllowPaging is true and I do see the page numbers and can select them
but not the prior and next page text or image.
<asp:GridView ID="gridCollaborator" runat="server"
DataKeyNames="ColID" Width="600px"
PageSize="5" SkinID="WH" AllowPaging="True">
<EmptyDataTemplate>
No Records Found
</EmptyDataTemplate>
marss - 13 Mar 2008 06:55 GMT
wild...@noclient.net написав:
> What property do I need to set so that I see the < and > for next and
> prior page in my gridview.
[quoted text clipped - 12 lines]
>
> </EmptyDataTemplate>
Look here:
http://marss.co.ua/PreviousNextButtonsInGridViewPager.aspx
Mykola
http://marss.co.ua - Casual ideas for web development