Passing information from one web page to another. (1 Viewer)

EndersG

Registered User.
Local time
Today, 13:29
Joined
Feb 18, 2000
Messages
84
I'm using VS.NET 2005.

I have 2 web pages (PageA.aspx and PageB.aspx). PageA has data fields (i.e, textboxes and dropdownlists) with values in them. I want to submit a request from PageA (via a button) that will either Server.Transfer or Response.Redirect to PageB and populate the values from the data fields in PageA to similar datafields in PageB. What is the best way to accomplish this? Examples would be appreciated. Keep in mind, I would like the process to be as secure as possible so no one could extract these values from QueryStrings and the like. If it can encrypt/decrypt data in the case of sensitive information that would be great as well. Thanks.
 

Users who are viewing this thread

Top Bottom