This must be an easy thing to do. In my app, I have a datagrid that I must scroll down the page to see. Then, when I click on an "exit" button with the following code behind
Response.Redirect("ThisPage.aspx", True)
The page is still scrolled down on "ThisPage.aspx".
How do I reset the scroll position to the top on "ThisPage.aspx"?
Thanks
