Posistion of window on postback

Posistion of window on postback

I'm using ASP.NET forms to create my pages. When I use dynamic data the data is created below the button submitted. Filling a gridview for example. I would like to re-position the window at the top of new data not the top of the page. I have ajax turned off for the page. I have tried Javascript, A anchors, and the MaintainScrollPositionOnPostback in the header.

Any help would be appreciated.