Before binding your datagrid, set the currentpageindex to require page and
then bind. It will show you the corresponding page.
For example.
Grid.CurrentPageIndex = 3
Grid.Databind()
will do the work for you.
--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com
> I'd like to control which page of a multi-page datagrid displays when I call
> the Databind method.
[quoted text clipped - 3 lines]
>
> Chip