IIS ASP - global values or what?

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > December 2004 > global values or what?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author global values or what?
VbUser25

2004-12-20, 5:50 pm



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!
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!



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com