andrewi
Posts: 162
|
| Posted: 07/12/2007, 1:45 PM |
|
I haven't found the answer to this in the manuals.
Can I manipulate in code an attribute in one form (or on the page) from another form component? If so, what is the asp syntax?
e.g. If I put this attribute somewhere into the body of the html ...
{page:AttributeName}
... can I put a value into it from a form component event. I can see how to put a value into it from the page BeforeShow event, but how could I put a value into it from a form's BeforeShow event? I'd like to do this so that I can use a value from a form's dataset, but be able to display it somewhere else on the html page (e.g. in the title).
Thanks in advance
Andrew
|
 |
 |
|