I require some advise really, I have 2 different themes and what I want to do is depending on what user account they use to login with they will access a different theme.I’ve been told implementing a membership provider would help me do this?.
Share
Use this link as a reference to using themes in ASP.NET. But take note to the section that has the following code
public void Page_PreInit(), that’s the script you’re going to need to set the theme dynamically. Your code will look much different because you’re going to be leveraging the user that’s logged in, but setting it won’t change.