March 2009 - Posts

9
Comments

Storing/Retrieving Hierarchies In SQL Server Database by aghausman12

Hierarchies are one of the most important part of many applications. It can be in shape of categories, family tree, organization charts etc. Maintaining hierarchies in data source like XML is not a big deal but when it comes to the database like SQL Server...
Filed under: ,
12
Comments

Saving and Retrieving File Using FileStream SQL Server 2008 by aghausman12

FileStream data type is a very important feature of SQL Server 2008 and gradually getting popular amongst developer for it’s feasibility. And in the past few days specially after “ Configure SQL Server 2008 for File Stream ” post. I received several feedbacks...
Filed under: , , ,
6
Comments

Get Column name From Stored Procedure by aghausman12

The requirement of the day is to extract the name of the columns returned by procedures. Stored Procedures are dynamic that is why we need to create a function that takes Stored Procedure name as parameter and return the column names in string. So here...
Filed under: , ,
1
Comments

Integrating CSS Control Adapter With Menu Control by aghausman12

This is on the request of some of my readers to show how effective Asp.net menu control is by using CSS Control Adapter. Most of the folks either have no idea of what CSS Adapter is or have some problem in integrating that with their applications. So...
Filed under: ,
More Posts