Browse by Tags

All Tags » Framework 3.5 (RSS)
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...
A common problem when developing Silverlight applications is how to share classes and in particular (Entity Framework) entities which are compiled for the full .NET framework in a Silverlight application. Silverlight is a browser plugin and a platform...
As currently I am working on Migration from Silverlight 2.0 to Silverlight 3, so I thought to share or bookmark few of the important links which I am going through. Find below the links http://msdn.microsoft.com/en-us/library/cc645049(VS.95).aspx Silverlight...
In this post I am going to show you the basic example of Creating the Page with DataBound Silverlight 2.0 DataGrid, and also I will show you how to format the Data Using IValueConverter in DataGrid dynamically. Create a new project and Select Silverlight...
For those who are facing the problems of intellisense not working for XAML files, please follow the steps below to fix that. 1. Uninstall the Silverlight using the control panel snap in as given in the screenshot below. 2. Download and Install the Silverlight...
These are few things which currently I am working on and some technologies which I want to learn in coming months to master these technologies I need your help, So please post some good tutorials and articles on any of the following topics, if you have...
In this post I will show how to use LINQ to XML and LINQ to Objects, very basic example with sample code .   First I have created a XML file which contains the Customer Details, as given below <? xml version = " 1.0 " encoding = "...
Posted by mohanbrij | 3 comment(s)
Filed under: , , ,
Normal 0 Using Back Button in ASP.NET 2.0 and AJAX This post will show you how to use ASP.NET 3.5 Ajax COntrolToolKit History control with ASP.NET 2.0, As you might be aware of that microsoft has included AJAX with Framework 3.0, and from version 3.5...
Normal 0 This post will provide useful links on how the ASP.NET Extensions Preview allows control over the Browser back button in Ajax. Normally this is not possible using AJAX Controls in WebBrowsers, because AJAX Control's partial postback is not added...
More Posts