Monthly Archives: October 2009

Microsoft Community TechDays at Trivandrum

As posted earlier K-MUG conducted Microsoft Community TechDays in Technopark, Trivandrum on 24th October. I got a chance to attend the event and to met few K-MUG friends. Venue Details 24th October at ParkCenter, Technopark, Trivandrum Sessions Windows Azure & … Continue reading

Posted in User Group Activities | Tagged , , , | Leave a comment

Implementing Custom Paging in DataRepeater using C# and SQL Server

Normally DataRepeater doesn’t have a paging feature; and you can implement it using LINQ, if you are using .Net 3.5. Here is an implementation which is using SQL Server 2005 feature ROW_NUMBER(). You can get more information about ROW_NUMBER() from … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, SQL Server, Visual Studio | Tagged , , , , , | Leave a comment

TreeView Population without recursive function

If you want to display hierarchical data in a Treeview normally we are using recursion. I was looking for code which helps to avoid recursion using a Single query. But that code was using VB.Net and it was using a … Continue reading

Posted in .Net, .Net 3.0 / 3.5, SQL Server, Visual Studio, Windows Forms | Tagged , , , , , , , | 2 Comments

Application development using Gtk# in .Net

When I started my software development career, I got introduced to some cool tools for GUI application development in Linux. I was using Glade and the library was Gtk. Then later I become a MS fan and started working on … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Visual Studio, Windows Forms | Tagged , , , , , , | 2 Comments

Color Picker Dropdown using C#

While playing around one of hobby project, I found there is a nice color picker dropdown available in WordPad, for setting the font color. I was using Windows Color Dialog. So I thought of implementing a WordPad like color picker. … Continue reading

Posted in .Net | Tagged , , , , , , , , | 2 Comments