So, I want to create some Silverlight charts from some data on my ASP.NET web page. The way to do this, either using Visifire (my current thing) or the upcoming Silverlight
I suggest you to download the ASP.NET Silverlight Server Control. More information for this control can be found here. In general, you put the compiled XAM file in the BIN directory and then link the XAML to the asp:Silverlight control. He takes care of the rest. In addition, it is possible to pass some parameters to Silverlight using the input params collection of asp:Silverlight. It is a cumbersome approach, but it works.