Home | Advertising Info21 USERS CURRENTLY ONLINE   
   Site Search Contact Us Friday, March 14, 2025  
 
 


 
ASPProtect
User Management Application with web based screens that allow you to manage users.
www.ASPProtect.com
 
ASPBanner
Banner Rotation system. Advertisers can monitor online statistical reports via their web browsers.
www.ASPBanner.com
 
ASP Photo Gallery
Upload an unlimited amount of albums. Set up categories.Image resizing thumbnail creation.
www.ASPPhotoGallery.com
 
ASPClassifieds
Classifieds system. Set up categories. Users can register themselves. Supports picture uploads.
www.ASPClassifieds.com



DISCUSSION ARCHIVES
 



We didn't realize
the site was so popular.

Other Stuff
 

 
 
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds



(Advanced)  (Components)  (Database)  (General)  (Vbscript)




ASPProtect

 
Subject: Re: Session variables from forms
From: David Beal
Date: 8/13/2001 4:53:55 PM
IP: 64.162.117.152



 

Session variables are not often the best place to be storing your form variables though it can certainly be done. I would store them on the pages themselves and in standard variables. If you don't want them displayed you can store them in hidden variables within a form ie:

<INPUT TYPE="Hidden" NAME="SomeValue" VALUE="<%=vSomeValue%>">

But to answer your questions more specifically. Values are retrieved from a posted form using.

vSomeValue = request.form("SomeValue")

They can be stored to session variables using

Session("SomeValue") = vSomeValue
or
Session("SomeValue") = request.form("SomeValue")

and the returned to a form using

<INPUT TYPE="Text" NAME="SomeValue" VALUE="<%=Session("SomeValue")%>">

Previous Message


 

   Active Server Pages Rule The World
Contact Us  
All artwork, design & content contained in this site are Copyright © 1998 - 2025 PowerASP.com and Christopher J. Williams
Banner ads ,other site logos, etc are copyright of their respective companies.
STATS Unless otherwise noted - All Rights Reserved.

Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspclassifieds.com, www.powerasp.com,www.cjwsoft.com,www.aspphotogallery.com,www.codewanker.com,www.aspprotect.com,www.aspbanner.com