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>

Re: Gridview next and prior page text or image? by marss

marss
Thu Mar 13 00:55:47 CDT 2008



wild...@noclient.net =CE=C1=D0=C9=D3=C1=D7:
> 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=3D"gridCollaborator" runat=3D"server"
> DataKeyNames=3D"ColID" Width=3D"600px"
>
> PageSize=3D"5" SkinID=3D"WH" AllowPaging=3D"True">
>
> <EmptyDataTemplate>
>
> No Records Found
>
> </EmptyDataTemplate>

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

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