how to display page number outside page header and page footer?
Disable paging in the GridView.
In the AJAX library there is a control calledDataPager.
Set it's PagedControlID to the GridView.
This control can be placed anywhere on the Page.
how to display page number outside page header and page footer?
Disable paging in the GridView.
In the AJAX library there is a control calledDataPager.
Set it's PagedControlID to the GridView.
This control can be placed anywhere on the Page.