|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: best way to move user input (form values) from page to page??? |
From: |
vijay |
Date: |
3/21/2000 2:51:22 PM |
IP: |
38.148.234.108 |
Try using sessions. Pass the user information ex.
Session("UserName")= Request.Form("Name")
Now you can use<%=Session("UserName")%> where ever you want the information to be used.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|