App_Themes Not Loading on Initial Load
- by Jason Heine
Hello,
I have an application where different users can log in via a single portal login. When they log
in, if they belong to more than 1 company they have to select the company they belong to. The theme will change if there is a custom theme for that company.
Each page my application has inherits a "CustomPage" class
Here is the code for the…