How do you actually display the GridView SelectedIndex?

How do you actually display the GridView SelectedIndex?

am 09.01.2008 19:47:06 von Steve Kershaw

Hi,

I have a GridView that displays so many rows that all the rows can't
be displayed at once - slider bars are needed and the top-most row is
displayed on a PostBack. I want the SelectedIndex row to be displayed
after the PostBack instead of the top-most row. I've searched the
online documentation but I haven't come up with anything.

Any suggestions?

Thanks so much!

Steve

RE: How do you actually display the GridView SelectedIndex?

am 09.01.2008 21:43:02 von pbromberg

I saw a scrolling datagrid that derived from DataGrid. If you can find the
code, it could be adapted to the GridView control.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


"S_K" wrote:

> Hi,
>
> I have a GridView that displays so many rows that all the rows can't
> be displayed at once - slider bars are needed and the top-most row is
> displayed on a PostBack. I want the SelectedIndex row to be displayed
> after the PostBack instead of the top-most row. I've searched the
> online documentation but I haven't come up with anything.
>
> Any suggestions?
>
> Thanks so much!
>
> Steve
>