Browse by Tags

All Tags » Framework 3.5 (RSS)

Rows and Columns Merging in ASP.NET GridView Control by mohanbrij

Its been a long time I have written any article on ASP.NET. Just few weeks back I got a very interesting requirement where I had to customize my GridView by Grouping the Columns and also merging the Rows by using Colspan properties. So while in View mode...

.NET Windows Development: Everyday Tips, Tricks & Optimization - Alberto Población by mohanbrij

This is one of the best book I have came across so far, This book is so indulging that once you start reading this book you will want to finish all the chapters in one go, actually same thing happened to me too. This book covers Tips, Tricks and Optimization...

Custom Configuration Sections in app.config or web.config by mohanbrij

There are certain scenarios where we need to define our own custom configuration section. I have recently faced one where I had to Store the key value pairs as given below. Download Full Source Code < FilterHashKey > < FilterKeys > < add...

Simple Preferred time control using silverlight 3. by mohanbrij

Here I am going to show you a simple preferred time control, where you can select the day of the week and the time of the day. This can be used in lots of place where you may need to display the users preferred times. Sample screenshot is attached below...

Silverlight 3 DataGrid Columns Grouping using PagedCollectionView by mohanbrij

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...

Sharing source code between .NET and Silverlight by mohanbrij

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...

Migration from Silverlight 2.0 to Silverlight 3 by mohanbrij

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...

Fixing Intellisense in Silverlight XAML Code by mohanbrij

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...

My Crush List of 2009 by mohanbrij

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...

LINQ to XML and LINQ to Objects Basic Sample by mohanbrij

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 = "...
Filed under: , , ,
More Posts Next page »