M
michael
I want to include a simple menu in a usercontrol on a page. The page
inherits a BaseClass that overrides Render method, including header
control. Header is dynamically generated.
......
writer.RenderBeginTag(HtmlTextWriterTag.Head)
.......
If I want to use DynamicHoverStyle for the menu I am getting the error
"Using Menu.DynamicHoverStyle requires Page.Header to be non-null".
Any ideas how to fix this problem?
inherits a BaseClass that overrides Render method, including header
control. Header is dynamically generated.
......
writer.RenderBeginTag(HtmlTextWriterTag.Head)
.......
If I want to use DynamicHoverStyle for the menu I am getting the error
"Using Menu.DynamicHoverStyle requires Page.Header to be non-null".
Any ideas how to fix this problem?