How do you return a textbox.string from a create user wizard in Microsoft Visual Web

Vin

New member
Developer to another pg? Here's the scenario:

PAGE 1: Login
if you press sign up it directs to PAGE 2

PAGE 2: Create User wizard with additional textbox (First Name)

after completing the form it redirects to PAGE 1.

PAGE 1:
now the user may log in..
after logging in, it directs the user to page 3.

PAGE 3:
Returns the value of the text box (FirstName) from the Create User Wizard.

How would i do this?
any suggestions?

Thanks!
 
Back
Top