Adding Silverlight pages to existing ASP.net page??

Posted by AJ on Stack Overflow See other posts from Stack Overflow or by AJ
Published on 2010-04-19T20:11:56Z Indexed on 2010/04/19 20:23 UTC
Read the original article Hit count: 281

Filed under:
|
|
|

Hi I know how to add SL page as a whole to existing ASP.net application. We have existing ASP.net page with few tabs. Each tab is a user control. We want to add another tab, which will host Silverlight content.

  1. Is it possible to add silverlight content in one of the tabs of a page? Any example links?

Another way of putting up the same question :

  1. Is it possible to have an ASP.net page with top half as regular asp.net content and other half containing silverlight content?

Please advise. Thanks AJ

© Stack Overflow or respective owner

Related posts about .NET

Related posts about silverlight-4.0