ahmad Level: Master
 Registered: 03-02-2003 Posts: 120
|
Re: ASP sesision
would u explain your problem a bit more !!!
if u want to retreive values from one form to another then
in first form where the values are in controls (textboxes, combo, radiobuttons etc ) set action=( the page name where u want those values to go)
in the second form where u are getting those values
use this syntax as an example
userid=request.form("u_id")
here userid is a variable of the 2nd form
and
u_id is the control(e.g textbox control) of first form
hope u get it
____________________________
@#@#@
|