J
Jason
Hello,
I have a web page with a GridView. When I scroll down to the entry I
desire, then click submit, I would like the grid to maintain this
position and show it in the browser after the postback. Currently the
grid is displaying the first row, not the row I selected before the
postback.
How do I do this?
Thought this might work:
MaintainScrollPositionOnPostBack="true"
but it does not seem to work.
-Jason
I have a web page with a GridView. When I scroll down to the entry I
desire, then click submit, I would like the grid to maintain this
position and show it in the browser after the postback. Currently the
grid is displaying the first row, not the row I selected before the
postback.
How do I do this?
Thought this might work:
MaintainScrollPositionOnPostBack="true"
but it does not seem to work.
-Jason