Jeff Goldstein
|
| Posted: 01/29/2003, 2:41 PM |
|
I'm an ultra newbie to CCS so please forgive this dumb question. I have
build some sample app's and for the most part I have gotten the hang of the
product.
for the life of me I cannot figure out how to do the following.
1: I have a form that calls a second form and passes a parameter via the URL
called CandidateID. I just want this valur to print in a table, but how? Any
help would be appreciated.
--Jeff
|
|
|
 |
Vladimiro Paredes
|
| Posted: 01/30/2003, 7:36 AM |
|
"Jeff Goldstein" <jeffgoldstein100@techie.com> wrote in message
news:b19lar$n4m$1@news.codecharge.com...
> I'm an ultra newbie to CCS so please forgive this dumb question. I have
> build some sample app's and for the most part I have gotten the hang of
the
> product.
>
> for the life of me I cannot figure out how to do the following.
>
>
> 1: I have a form that calls a second form and passes a parameter via the
URL
> called CandidateID. I just want this valur to print in a table, but how?
Any
> help would be appreciated.
>
> --Jeff
>
>
|
|
|
 |
Vladimiro Paredes
|
| Posted: 01/30/2003, 7:37 AM |
|
Are you talking about a data base table, or an HTML?
If it is HTML, then your could do the following:
1) Create a label within the table.
2) In properties-Data-Default Value poet
Request.QueryString("CandidateID")
I hope this helps.
Vladimir.
"Jeff Goldstein" <jeffgoldstein100@techie.com> wrote in message
news:b19lar$n4m$1@news.codecharge.com...
> I'm an ultra newbie to CCS so please forgive this dumb question. I have
> build some sample app's and for the most part I have gotten the hang of
the
> product.
>
> for the life of me I cannot figure out how to do the following.
>
>
> 1: I have a form that calls a second form and passes a parameter via the
URL
> called CandidateID. I just want this valur to print in a table, but how?
Any
> help would be appreciated.
>
> --Jeff
>
>
|
|
|
 |
|