How do you actually display the GridView SelectedIndex?

  • Thread starter Thread starter S_K
  • Start date Start date
S

S_K

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
 
Back
Top