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