Browse by Tags

All Tags » Silverlight » C# (RSS)

Passing Objects between ASP.NET and Silverlight Controls.

This is Part –2 of my previous post “ Passing parameters between Silverlight and ASP.NET – Part 1 ” In my previous post I have showed how to pass parameters between Silverlight and ASP.NET using Query Strings, Init Parameters and HtmlPage.Document. These...

Silverlight 3 DataGrid Columns Grouping using PagedCollectionView

In this post I am showing how to implement Column Grouping in SIlverlight 3 DataGrid, Before starting make sure you have SIlverlight3_Tools installed in your system, not SIlverlight 3 Beta, as there are lost of changes in Grouping of Columns from SIlverlight...