|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: ways to move user input (form values) from page to page??? |
From: |
madned |
Date: |
4/26/2000 7:48:19 PM |
IP: |
206.126.5.182 |
a session variable will work and has the advantage of being
usable later.
However, if youre just transferring between pages you can
just do a standard form submit. The values will be usable
by the other page by a request.form or request.querystring
A number of articles expound on the evils of using session
variables unnecessarily, session variables consume
server resources, so if youre a kind polite programmer
you wont use a whole lot of them.
if youre not using asp, I would point to cookies, but I
understand using those are inconvienent. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|