I'm planning on hosting a Silverlight application in ASP.NET 2.o web application. The web app has to keep on targeting 2.0 framework for the foreseeable future. That rules out the Silverlight control as that would force me to upgrade my web app to 3.5.
Fortunately, I can take the approach of adding the control with html
My question is how can i programatically set the InitParams for the Silverlight app when I take this approach.