Are you talking posting from page to page? That was removed in ASP.NET 1.1, and is coming back in ASP.NET 2.0. You need to store the values in Session, Cache, or other store, and do a Response.Redirect. Or it is possible to use Server.Transfer, and Server.Execute. Other threads discuss this.
Brian
|