Theme isn't being applied to content page

G

Guest

I have a content page that is in a subdirectory that is restricted to certain
user groups. My website's virtual directory structure looks like this:
~\mywebpage
masterpage.master
default.aspx
~\mywebpage\App_Themes\Default
Default.css
~\mywebpage\AdminsOnly
adminOnly.aspx

The problem is that adminOnly.aspx is not themed. The header is exactly the
same as default.aspx, and intellisense agrees that the following page
directive should work:
<%@ Page Language="C#" MasterPageFile="~/masterpage.master"
EnableTheming="true" Theme="Default" %>

But it doesn't. The page is merged with the master page, but no style is
applied. What's going on? TIA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top