ASP vs ASP.NET: Multi-Section Forms
Forms are a very useful fixture on the web these days. Even more useful are multi-page forms, where a large form is broken down into several sections, each collecting a set of related information. There are numerous ways to do this with ASP and ASP.NET; I’m going to show you how I do it.
April 29 2007