Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Silverlight   (RSS)
Sorry, but there are no more tags available to filter with.

Trapping Application's events in Silverlight

When you create a Silverlight application the App.xaml.cs code behind file has the Application event handlers added for you public App() { this .Startup += this .Application_Startup; this .Exit += this .Application_Exit; this .UnhandledException += this
Posted by Deepak Verma | 1 Comments
Filed under:

Dynamic creation & binding of Silverlight datagrid.

For a Silverlight application, I have a requirement to dynamically create datagrid from xml data. Following two samples show the format of xml returned from a webservice. 1. <SqlXml empid=”varchar” deptid=”varchar” empname=”varchar”> <row empid="1001
Posted by Deepak Verma | 2 Comments
Filed under:
 
Page view tracker