Making Long Forms Easier [.NET]
If you have an unwieldy form, like I do, it can be a pain when you click an action button near the bottom of the page and have it scroll all the way up on PostBack. Here's a simple way to fix that.
More »