Gridview next and prior page text or image?

  • Thread starter Thread starter wildman
  • Start date Start date
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>
 
(e-mail address removed) ÎÁÐÉÓÁ×:
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>

Look here:
http://marss.co.ua/PreviousNextButtonsInGridViewPager.aspx

Mykola
http://marss.co.ua - Casual ideas for web development
 
Back
Top