Enable User to choose diffrent Designs at Run Time
-
Hi i want to make a web site that the user can choose between diffrent web designs at the run time. i have 4 web designs that are completly diffrent. ex) places of the Menu and controls in each design is diffrent. can i support such a functionality using the Themes and Skin ? and if not does any body has an idea how can i implement this function.
-
Hi i want to make a web site that the user can choose between diffrent web designs at the run time. i have 4 web designs that are completly diffrent. ex) places of the Menu and controls in each design is diffrent. can i support such a functionality using the Themes and Skin ? and if not does any body has an idea how can i implement this function.
You can dynamically change the MasterPage or Theme for a given page during the page's PreInit event. This article shows an example setting a Theme programmatically: http://msdn2.microsoft.com/en-us/library/tx35bd89.aspx[^]