To answer your question, no there isn't an "easy" way to decouple the
Pager from the GridView. You'd have to create your own custom paging
implementation by deriving the GridView.

On Jul 20, 7:45 pm, SkeanDu <[email protected]> wrote:
> Hi,
>
> I have recently returned to to ASP.NET after not using it for about 18
> months... so I am more than a little rusty!!
>
> Anyway, my problem is that I have a GridView that is contained in a
> scrollable asp:panel on my page. I would like to use the GridView
> paging but I don't want it to be included within the scrollable panel.
> Is there an easy way to remove the paging from inside the panel
> control so that it is static at the bottom of the page!?
>
> Thanks for any info.
>
> V

Reply via email to