aidi
|
| Posted: 12/31/2002, 9:50 AM |
|
I'm trying to pass a userid and company_id from my login page across the application on the header included on all pages.
1)How can I do this with event code using ccs.
Label1.Value = CCGetParam("login",Empty) ????
2) how can i retrieve the value?
I tried
Label1.Value = Request.GetString("login")
and get an error.
Can someone assist?
thanks
|
|
|
 |
aidi
|
| Posted: 12/31/2002, 8:21 PM |
|
able to pass and retrieve after some trial and error.
anyone here using Dreamweaver MX?
Do CCS allow us to define our SQL and datasource without the need to insert the grid or record form?
thanks.
|
|
|
 |
|