I have an ASP.NET page where I have a repeater control. Each item has an associated button. When I click the button, the appearance of the item changes. When this occurs, IE moves back to the top of the page. I'd like to make it so that the browser still retains its relative position. What is the general methodology for doing so?
Thanks!