G
Guest
OK...This may or may not have been answered already, but I can't find it...
I have a base page class (PageBase.cs) that has some common functionality in
it (of course). All of my pages inherit from this class with no problems.
Then, I decided to enable Themes.....ugh.
Now I'm getting an error telling me that the page needs a "...<head
runat="server" />..." to use Themes - only problem is that all the pages
already have this. Is there a problem using Themes with a non-visual base
class (I do NOT want to use a MasterPage), or am I just missing something
obvious???
TIA,
Mike
I have a base page class (PageBase.cs) that has some common functionality in
it (of course). All of my pages inherit from this class with no problems.
Then, I decided to enable Themes.....ugh.
Now I'm getting an error telling me that the page needs a "...<head
runat="server" />..." to use Themes - only problem is that all the pages
already have this. Is there a problem using Themes with a non-visual base
class (I do NOT want to use a MasterPage), or am I just missing something
obvious???
TIA,
Mike