There are three different ways in which we can pass parameters to Silverlight from the HTML side: 1. Pass parameters using the HTML object control. This may be the case using pure HTML page to call silverlight control in it or may be the simple ASp.Net page as usual. <object width=”100%” height=”100%”> <param name=”source” value=”ClientBin/SomethingFunny.xap” [...]
Tag: Init Parameters
