Gridview next and prior page text or image?

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>
 
M

marss

(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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,176
Messages
2,570,950
Members
47,503
Latest member
supremedee

Latest Threads

Top