I just found a switch which i wish i had found many months ago- when using drop downs which post back on change, because of the post back, the page jumps back to the top o fthe page which can be annoying on long forms. This can be easily fixed by adding the MaintainScrollPositionOnPostback=true switch in the page directive at the top of the page.
Related posts:
- ASP.net aspx pages posting back to the wrong URL when using Server Rewrite
- Missing / Corrupt *.aspx(/ascx).Designer.cs file
- Referencing custom properties on a Master page from the Child page
- URL Routing with ASP.NET 4 Web Forms (VS 2010 and .NET 4.0 Series) – ScottGu’s Blog
- Automatic NAS Box shutdown – How to POST the shutdown command over SSL with HTTP authentication from a dot net Console app (Part 1/2)










