I am doing web development in ASP.NET.
Is there some way to load different page designs depending on who lands on your page.
So I want to create a sort of template system where I offer a selection of templates for a page and the user selects what one they want.
Is there some built in functionality for this or is there any plug-ins I can use?
Thanks
There’s the built in ASP.NET functionality called “theming”
Here’s a tutorial on MSDN:
http://msdn.microsoft.com/en-us/library/zcsbskx7.aspx