M
Mark Aurit
I have a page that consists of two web controls (.ascx) I
created. The top control has some literal and label web
controls and has an imbedded .ascx control, which I
populate directly by overriding its Render method.
Within the logic of the bottom control I would like to
effect a property of one of the "top" controls. Is that
possible?
If it helps, both inherit from the same custom base class.
Thanks, Mark
created. The top control has some literal and label web
controls and has an imbedded .ascx control, which I
populate directly by overriding its Render method.
Within the logic of the bottom control I would like to
effect a property of one of the "top" controls. Is that
possible?
If it helps, both inherit from the same custom base class.
Thanks, Mark