W
wildman
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>
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>