Repositioning cursor on page

Discussion in 'Visual Studio' started by CharleyC, Aug 8, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a web form with static text at the top, and a datagrid (with update capabilities) at the bottom of the page. When the user scrolls down and selects an item in the datagrid to edit, the form comes back with the datagrid row in edit mode, however, the form is positioned back to the top - so the user has to scroll back down to the datagrid to edit the data.

    How can I reposition the page to the location of the datagrid? Is their some method for the datagrid that would allow me to do this?

    This is in VB.net

    Thanks in advance!

    Charley
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page