global values or what?

V

VbUser25

hi

i an input form through which the user inputs data.i store the data into
the databse by submitting hte form and then do some other processing.

i need that the values the user enters should be retrieved back when
fianlly after all the processing i get hte form...

hwo do i store such global variables? or do i need to adopt some other
method

thanks
 
R

Ray Costanzo [MVP]

s = Request.Form("theInput")

'''your code to insert into database

Response.Write "Can I still get the value from the form? Let's see: " &
Request.Form("theInput") ''or the var, s.

Ray at work
 

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,161
Messages
2,570,892
Members
47,430
Latest member
7dog123

Latest Threads

Top