Tranferring a variable from one asp page to another

J

Jack

Hi,
I have a variable whose value is set from a table. This is a variable a.
Values for variables b, c and d is captured from text box input from user.
Now I would like to update a record using a, b, c and d. Here b, c and d can
be transferred using the request.form method. However, I am trying to bring
the value of the variable a in the sql update equation. Apart from using
session variable, what other choice do I have to transfer the value of a in
the sql update asp page? Any help is appreicated. Regards.
 
R

Roland Hall

: Hi,
: I have a variable whose value is set from a table. This is a variable a.
: Values for variables b, c and d is captured from text box input from user.
: Now I would like to update a record using a, b, c and d. Here b, c and d
can
: be transferred using the request.form method. However, I am trying to
bring
: the value of the variable a in the sql update equation. Apart from using
: session variable, what other choice do I have to transfer the value of a
in
: the sql update asp page? Any help is appreicated. Regards.

other than a session variable...
cookies
file
hidden form element
URL

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 
R

Roland Hall

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,158
Messages
2,570,882
Members
47,414
Latest member
djangoframe

Latest Threads

Top