Multi-Page Forms
Published 1/25/02 - For
ASP.NET
Introduction
In ASP.NET and Web Forms,
something was made a bit harder - Multi-Page Forms. ie. You couldn't submit
your form to another page, it always posted back to the same page. This
article is going to show you several work-arounds to this problem.