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
No comments:
Post a Comment
Thanks for commenting in this post to extend the knowledge.It would be great if you comment related to the topics. Please avoid advertisement through comment.