I use a special class to handle page templating (we'll call this class "BasePage". This works all well and good. Now I'm trying to take it to the next level by creating a "PageHeader" user control. I can create this control and it appears to work fine.
But... What I need to do is have BasePage create an instance of PageHeader and then render it. So far, I haven't had any luck getting any outpost whatsoever dispite knowing that PageHeader exists and Visible=True. I am calling its RenderControl method with the correct HTMLWriter. Just nothing appearing on the final page.
Any hints?
But... What I need to do is have BasePage create an instance of PageHeader and then render it. So far, I haven't had any luck getting any outpost whatsoever dispite knowing that PageHeader exists and Visible=True. I am calling its RenderControl method with the correct HTMLWriter. Just nothing appearing on the final page.
Any hints?