Click here to Skip to main content
16,020,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have an existing asp .net 3.5 website application.
Now I need to integrate a silverlight page / silverlight User Control
on the dashboard of my website. dashboard is a .aspx page,
and is displayed in a content placeholder of a master page.

As I dont know the basics of the Silver light 3.0,
please help me with a detailed approach.

Thanks in anticipation.

Sri
Posted

1 solution

This[^] good msdn resource should help you get started. You can choose the way you want to go from here as well.
 
Share this answer
 
Comments
Sri9797 12-May-11 4:19am    
Thanks Abhi, I got the solution.
Abhinav S 12-May-11 4:43am    
You are welcome.
Sri9797 12-May-11 4:47am    
One more thing here abhi, I need a suggestion.
I Have placed a silverlight button in my master page, and when I click on that it should be redirecting to an aspx page in a content placeholder.
can you give me a suggestion.

regards
Sri9797 12-May-11 4:55am    
OK again I got the solution,
string toNavigate = "Home.aspx";
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri(toNavigate, UriKind.Relative));

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900