I'm working to include Silverlight functionality in a legacy web application based in VB.NET. With the change we are also switching from VB to C# (all new development is C#, so I need a C# answer). I'd like to use some form of master page where the content area can house either a silverlight control or a legacy module/page.
The options I've seen so far will enable one or the other, but not both. Is there a way to switch out the 'content area' to either a VB ASP.NET page or a C# Silverlight component based on what the user picks from the menu? FYI- the menu and navigation are provided by Silverlight controls as well.
Thanks!