Forum Moderators: open
This is the way I was thinking of implementing it...
After a user clicks a button on my page, the page is redirected to an anchor that is located above a specified row in a datagrid on the same page. Basically I want a user to be able to add a row in a datagrid (that may not be seen on the screen at the time) and then show that it is indeed added to the datagrid... instead of the postback automatically taking the user to the top of the page (where the row that has been added may be out of view).
Is there a better way of doing this?