vandalen
|
| Posted: 09/16/2002, 5:27 PM |
|
Hi Everyone,
Well, I'm having a hard time understanding how CCS works with the ASP w/Template. Is there some documentation that explains how the .html and the .asp work together?
|
|
|
 |
eDuck
|
| Posted: 09/16/2002, 7:36 PM |
|
Is there a specific issue that you don't understand? In short, CCS loads the html and the ASP code and 'merge' it before outputting to the request. It's essentially a way to seperate business logic(asp) and presentation(html) from each other. That way, you don't have to redo your logic if your presentation changes. You might want to look at some CodeCharge (not CCS) documentation as well. This explains the concept a little better than CCS documentation - however, CCS gives you more control over the HTML than CC.
|
|
|
 |
vandalen
|
| Posted: 09/16/2002, 8:11 PM |
|
Thanks eDuck,
The problem is that I see the "tokens" in the html, i.e. {Email} but I'm not sure which commands is the asp using to fill the field on the screen.
What I have been trying to do is display a URL parameter in a cell. I created a textbox (or I could use a label) and what I want is the textbox to display the value of the parameters. I can not figure out how to do it.
|
|
|
 |
|