| Ray Costanzo [MVP] 2004-12-20, 5:50 pm |
| 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
"VbUser25" <monika_madan2000@YAHOO.com> wrote in message
news:eLHLu1p5EHA.2568@TK2MSFTNGP11.phx.gbl...
>
>
> 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
>
> *** Sent via Developersdex http://www.codecomments.com ***
> Don't just participate in USENET...get rewarded for it!
|