asp.net multiple non nested masterpages in one project

Codyz

New Member
I have an asp.net site built using visual studio 2010 in c#. The site is basically two sections: http://www.wsgelectronics.com for reference.The default page is the site.master page with default.aspx. I want to split into two more master pages, one for each section, car audio and computer sections if you look at the site, each with its own layout, nav bar, content etc.How would I go about linking them to work? Can I have three *.master pages on one project? I didn't choose nested cause they would be completely different layouts, but I cannot find any tutorials on linking different master pages on one site. Can this even be done?
 
Top