G
Guest
I have an application that requires a login at each visit to the site and can
only be accessed by a login.
A user can have different themes depending if it was assigned in there
profile.
Theme A is considered the default theme for the site
But different users can have different themes.
User A has Theme A User B has Theme B
Logs in sees Theme A During Login sees Theme A after login sees Theme B
How to make User B know what theme to see before logging in..
Currently all themes are stored in users Profile.User.Preferences which uses
the SqlProfileProvider
that data is store in the asp_net tables
This not selectable or changeable to the user it is assigned to that user.
Is there a way for the client to know what theme to see during the login
proccess.
Thanks,
Ron
only be accessed by a login.
A user can have different themes depending if it was assigned in there
profile.
Theme A is considered the default theme for the site
But different users can have different themes.
User A has Theme A User B has Theme B
Logs in sees Theme A During Login sees Theme A after login sees Theme B
How to make User B know what theme to see before logging in..
Currently all themes are stored in users Profile.User.Preferences which uses
the SqlProfileProvider
that data is store in the asp_net tables
This not selectable or changeable to the user it is assigned to that user.
Is there a way for the client to know what theme to see during the login
proccess.
Thanks,
Ron