R
Ron Vecchi
I have a custom control which has a child control (PlaceHolder)
The placeholder will have any number of child controls added to it.
I would like to catch the rendered content of the placeholder child control
prior to it being sent to the browser and wrap all the HTML content in
document.write('') JS statements.
I'm kind of lost on how to capture the raw HTML content. (for starters
Any suggestions
The placeholder will have any number of child controls added to it.
I would like to catch the rendered content of the placeholder child control
prior to it being sent to the browser and wrap all the HTML content in
document.write('') JS statements.
I'm kind of lost on how to capture the raw HTML content. (for starters
Any suggestions