|
by Kunal Chowdhury via Kunal's Blog on 1/19/2012 10:00:00 PM
We all know the process to embed a Silverlight application inside a Webpage using div and object tag. When we create a new Silverlight application project, those tags automatically generates by the IDE inside the html and aspx pages.
In many cases we need to dynamically add the Silverlight application inside a webpage. In this post, we will learn the process to host
... [ read more ]
|