B
Big D
Is there any way to, from the page class, send literal output to the <HEAD>
of te page, or within the <BODY onload="('theFunctionIAddedToTheHead');"> ?
I need to do this in a class that inherrits from PAGE, but is an abstract
class for the pages of my site. I.E.
System.Web.UI.Page -> myBasePage
All pages in the site inherit from myBasePage, and will be able to use
funciton is myBasePage to modify content in the HEAD tag.
I've looked into inherriting from a class that totally overrides the base
pages' render method, but this is, quite honestly, a little scary to me
because it require re-creating the form entirely.
Ideas are greatly appreciated!
tnx
D
of te page, or within the <BODY onload="('theFunctionIAddedToTheHead');"> ?
I need to do this in a class that inherrits from PAGE, but is an abstract
class for the pages of my site. I.E.
System.Web.UI.Page -> myBasePage
All pages in the site inherit from myBasePage, and will be able to use
funciton is myBasePage to modify content in the HEAD tag.
I've looked into inherriting from a class that totally overrides the base
pages' render method, but this is, quite honestly, a little scary to me
because it require re-creating the form entirely.
Ideas are greatly appreciated!
tnx
D