Hello Sreenath
 
Thanks very much for this response. I did get it to work in the end but my
solution wasn't as elegant as yours, so have used yours now - thanks for
that, and for responding so quickly.
 
I love working with ASP, the solutions are always there but sometimes they
elude me for a while.
Thanks again
Chris 
 

-----Original Message-----
From: Sreenath KR [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 22 March 2005 10:13 PM
To: [email protected]
Subject: Re: [AspClassicAnyQuestionIsOk] Assign Request.Form variables to
Session variables in ASP


Hi,

  The following lines of code will put form key , value pair into session.
The code which you mentioned is probably correct and mine also goes in the
same line.

var formVariable;

for (i=1;i<Request.Form.Count;i++)
{
    formVariable = Request.Form.Key(i);
    Session(formVariable) = String(Request.Form.Item(i));
}


Hope this may help you :)

Thanks,
Sreenath.

    

sonjmatt <[EMAIL PROTECTED]> wrote:

            
---------------------------------
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site! 

[Non-text portions of this message have been removed]



Yahoo! Groups Sponsor   

ADVERTISEMENT
 
<http://us.ard.yahoo.com/SIG=129p2tesq/M=298184.6191685.7192823.3001176/D=gr
oups/S=1705006764:HM/EXP=1111576383/A=2593423/R=0/SIG=11el9gslf/*http://www.
netflix.com/Default?mqso=60190075> click here   
 
<http://us.adserver.yahoo.com/l?M=298184.6191685.7192823.3001176/D=groups/S=
:HM/A=2593423/rand=481874985>   


  _____  

Yahoo! Groups Links


*       To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
  

*       To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]
cribe> 
  

*       Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> . 




[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to