tamara
Posts: 26
|
| Posted: 08/04/2006, 11:54 AM |
|
Hi:
I have two forms on one page and I would like to pass values from one to the other. Does anyone have an example of this?
Thanks,
Tamara
|
 |
 |
peterr
Posts: 5971
|
| Posted: 08/04/2006, 12:00 PM |
|
Take a look at any links in any CCS examples. Most links pass parameters to other forms.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
tamara
Posts: 26
|
| Posted: 08/05/2006, 4:57 PM |
|
I have tried using:
<%=Request.QueryString("Hidden6")%>
I can't figure out why it's not working. The value is in the URL parameters. Any advise?
|
 |
 |
|