I'm new to Silverlight and Prism. I'm developing a dashboard application. Here's my question. I've 2 regions: 1. Login 2. Maincontainer.
My Login region has one view and my maincontainer has 2 views.
After a successful login, i need to deactivate the Login region or view (whichever is simple) and then i need to activate the Maincontainer region and both the view within it. Is there a way i can activate both the view of my "Maincontainer" region at the same time? Any help would be useful.
Thanks in advance Samit