Thursday, March 19, 2009

Tuesday, March 17, 2009

Monday, March 2, 2009

Binding Hierachical dataset to ASP.Net TreeView

The following link explains how we can bind a hierachically related data from database through dataset to an ASP.Net TreeView.

Hierarchical data will be in the form
---------------
Id (Int NotNull)
ParentId (Int)
Text (String)
---------------
http://www.codeproject.com/KB/aspnet/aspnettreeviewbind.aspx