0
votes
Getting XAML of the current screen in silverlight 2
Hi John, unfortunately there is not a method for a .ToXaml() on an element tree unfortunately. You can use VisualTreeHelper to build such a method and recurse through a particular element I suppos …
11
votes
Where is the Silverlight Calendar Control?
The calendar control is an SDK control in the assembly System.Windows.Controls namespace -- look at %program files%\Microsoft SDKs\Silverlight\v2.0\Libraries\Client add a namespace to your xaml (a …
0
votes
0
votes
How to pass parameter into silverlight so that it is “behind the scenes”
You can pass parameters to a Silverlight application using the initParams option in the plugin. Load that with some ASPNET code and you can dynamically set it at load time.
…
