We have a site developed in .aspx that users can edit the fields, update it, and delete. All the data is being pulled from a SQL 2005 database. Somehow Report Server is involved also. But to do the edit, update, delete, etc.. is all done in the .aspx site. All works fine but when someone clicks edit it works but the page refreshes back to the top then you'll have to scroll down back to your field you wanted to edit. Wondering if their is any way around this refresh to the top issue to where when someone clicks edit it just flips over to edit mode and stay at the same field or even if it refreshes brings you back to the record you want to edit. Any advice will be much appreciated, thanks.