emperezg
Posts: 8
|
| Posted: 07/23/2007, 7:50 AM |
|
Hi All,
Maybe this is as simple as some clicks on the design view of CC but I am a newbie on this and need your expert help.
Pls let me know how to pass parameters(textbox and radiobuttons controls) on a page called 'index1.asp' into 'index2.asp'. On index1.asp I have a textbox and two radiobuttons and would like to retrieve those values on index2.asp in which there's a label which I want it to say "Hello " & <textbox1 value from form on page index1.asp>.
Pls advice. 
Hope I was clear.
Thanks.
_________________
helping others gives meaning to your life! |
 |
 |
ReneS
Posts: 225
|
| Posted: 07/24/2007, 1:43 AM |
|
Hi,
I am not really (or really not..) an expert, but you could use session variables to achieve what you want.
I think you can best take a look at the "multi-step registration" example in the example pack, that should get you on your way.
Good luck,
Rene
|
 |
 |
emperezg
Posts: 8
|
| Posted: 07/24/2007, 7:43 AM |
|
Thanks for your advice Rene,
I will look into the "multi-step registration" example. I think session variables could be resource-intensive if I want to pass more than 10 variables from one page to another. Is there a possibility of using queystring(GET) or form(POST) parameters instead of session variables?
Thanks a lot.
Emmanuel
_________________
helping others gives meaning to your life! |
 |
 |
|