Cross Page PostBack.

New York
Paris
London
Oslo
Sofia
Liverpool
Seattle
San Francisco
Boston
Miami
Denver
Dallas
Madrid
Barcelona
Amsterdam
Moscow
Brussels
Bonn
Dublin
St.Paul
Source Code & Description
ASP.NET 2.0 introduces the ability to have an ASPX page postback to a different ASPX page with cross page postbacks.
This can be achieved by setting the PostBackUrl property to the page that will handle the postback. Once in the second page you can
access the controls from the previous page by accessing the Page.PreviousPage property.