Load form at previous position

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hi

I have a datagrid on a web form and when a user double
clicks on an item they are redirected to a details form.

When they click on a link on the details form to return to
the original form the form is reloaded and the top of the
grid is displayed.

I would like the form to be reloaded but the position in
the grid that they were at before to be displayed. Is this
possible?

Thanks.
 
You might want to check the smartnavigation property. You can find it in
help.
Thank you,
John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Back
Top