0
Answer

How do I integrate Silverlight 3.0 Navigation application into ASP.Net Website pages

Ask a question
Srinivas C

Srinivas C

13y
6.8k
1
Hi,

Case 1:
I have a pure Silver light 3.0 navigation application that consists a MainPage.xaml and Navigation Pages, on MainPage Left Navigation (Tree View) and a Content Frame to its right adjacent are there, The functionality of this is to show the corresponding silver light navigation page in the Content Frame on selection of Left Navigation (Tree View) nodes. all the functionality is handled in ".xaml.cs" files.

It is good running as Silver light navigation Application, and now I'm trying to integrate the whole functionality into a ASP.Net Website. My website has a Master Page and in the master page a Title Header is there and a Content Place Holder underneath Title Header. On clicking a button in the default.aspx, it should redirect to the Silver Light Navigation application and Silver light navigation app should be displayed in the Content Place Holder of Master Page.


Case 2:
In the same Silverlight 3.0 navigation application can I put a Master Page in the SilverlightApplication1.Web and integrate the Silverlight Navigation into a new aspx page of SilverlightApplication1.Web?

For the above cases, I have googled all over and didn't found any stuff at clarity.

Can anybody please explain me a good approach for either of the cases, so that I can come out of this.

Thanks & Regards
Sri