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
Monday, March 2, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment