Adding Silverlight pages to existing ASP.net page??
- by AJ
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.
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 :
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