I
Ian Oldbury
Hi all,
I'm trying to use paging and also have the following placed within the
footer of the grid following on from the NumericPages information.
Page x of y
and have the "x" as a text box where the user can enter the page that they
wish to move to.
how do i create the page x of y concept, i've tried placing
<asp:templatecolumn>
<footertemplate>
<asp:label id="lblPageInfo" runat="server" cssclass="GridText
Small"></asp:label>
</footertemplate>
</asp:templatecolumn>
and then referencing this within the ITEMDATABOUND event but so far i've
been unable to gain access to the control. i also don't know if this is the
right way to do this kind of thing.
cheers ian
(numeric paging panel)
I'm trying to use paging and also have the following placed within the
footer of the grid following on from the NumericPages information.
Page x of y
and have the "x" as a text box where the user can enter the page that they
wish to move to.
how do i create the page x of y concept, i've tried placing
<asp:templatecolumn>
<footertemplate>
<asp:label id="lblPageInfo" runat="server" cssclass="GridText
Small"></asp:label>
</footertemplate>
</asp:templatecolumn>
and then referencing this within the ITEMDATABOUND event but so far i've
been unable to gain access to the control. i also don't know if this is the
right way to do this kind of thing.
cheers ian
(numeric paging panel)