GridView - After submit, want to keep selected row visible

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

Hello,

I have a GridView with a number of rows in it. I need to scroll up
and down the grid view in order to see all the rows.

The problem is, when I scroll down, and highlight a row, then click
"submit", when the new page is rendered, the GridView shows the first
row, not the row that I show highlighted (after scrolling down and
clicking on submit).

How can I fix this problem in both IE and Firefox?

Thanks
Jason
 
Hello,

I have a GridView with a number of rows in it.  I need to scroll up
and down the grid view in order to see all the rows.

The problem is, when I scroll down, and highlight a row, then click
"submit", when the new page is rendered, the GridView shows the first
row, not the row that I show highlighted (after scrolling down and
clicking on submit).

How can I fix this problem in both IE and Firefox?

Thanks
Jason

May I see the code of the gridview please? Does it look similar to my
example on
http://groups.google.com/group/micr....aspnet/browse_thread/thread/cdf4f5f019eabdcf
 
Back
Top