Friday, September 14, 2007

web-snippets: Embedding Silverlight using a .NET control

 How do you embed multiple Silverlight objects with a .NET control?

Perfect for reusability and maintainability.

We have created a SilverlightPanel in .NET that does this for you. Our panel inherits the System.Web.UI.WebControls.Panel, overrides the OnLoad and Render methods and uses the following properties:

Source: web-snippets: Embedding Silverlight using a .NET control

No comments: