global values or what?
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS ASP > global values or what?




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    global values or what?  
VbUser25


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
12-20-04 10: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!





[ Post a follow-up to this message ]



    Re: global values or what?  
Ray Costanzo [MVP]


Report This Message To A Moderator Edit/Delete Message


 
12-20-04 10: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!







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:06 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register