Hello,
Here is one way of accessing the previous page controls values in ASP.NET 2.0...
"http://msdn.microsoft.com/en-us/library/ms178139(VS.80).aspx"
But in this case, only the values of the Previous Page controls will be accessible and not the variables / inner values of the pages....
If you need them also you may go for the values to be stored in an ArrayList / HasTable and then store that ArrayList / HasTable into a single session....
Check which suits your requirement and opt for them
ukr
Mark this as Answer if it helps you, As some other might get the solution quickly...!