I have a form that doesn't fit in one page. At the bottom of this form I have a radio button list with AutoPostBack turned on. When I click a radio button in this list the page posts back to the server and does it thing but then the browser takes the page back to the top. I want to use an anchor tag or something that will tell the browser to go back to the bottom of the page but I dont want to use Response.Redirect. That would mean I would have to do a lot of re-programming. Is java script option? are anchor tags an option?
I'm using C# with ASP.NET and FF 2.0 / IE 7.0
Start Free Trial