I have a property in asp.net application
ABPS.PRR.WEB.CurrentSession.Theme
and I'm setting it in @Page directive in aspx pages like:
<%@ Page StylesheetTheme="ABPS.PRR.WEB.CurrentSession.Theme" Title="Default" ... %>
but I'm getting runtime error
Parser Error Message: Theme 'ABPS.PRR.WEB.CurrentSession.Theme' cannot be found in the application or global theme directories.
How can I implement this in page directive?