D
Daniel vom Saal
I have inherited a class from the WebPage object, and would like to always
add a control that renders its output immediately prior to the </BODY> tag.
What is the best way to accomplish this? If I add the control to the
..Controls() collection it gets generated after the </HTML> tag, which is not
a properly formatted page (though IE displays it successfully). Is there a
good place to research exactly what the WebPage control is doing? For
example, its Control collection seems to be a series of LiteralControls with
a Form control tucked in as well as some of the custom elements on the page.
I'd like to gain an in-depth understanding of what the logic is behind this
object, but I've been unable to find such a document.
Thanks,
DvS
add a control that renders its output immediately prior to the </BODY> tag.
What is the best way to accomplish this? If I add the control to the
..Controls() collection it gets generated after the </HTML> tag, which is not
a properly formatted page (though IE displays it successfully). Is there a
good place to research exactly what the WebPage control is doing? For
example, its Control collection seems to be a series of LiteralControls with
a Form control tucked in as well as some of the custom elements on the page.
I'd like to gain an in-depth understanding of what the logic is behind this
object, but I've been unable to find such a document.
Thanks,
DvS