Tree View or Hierarchies [Resolved]

Posted by Srinathgb under ASP.NET on 7/6/2013 | Points: 10 | Views : 1735 | Status : [Member] | Replies : 1
Dear Team

Can pl. guide on creating tree view or building hierarchies using ASP.NET code.
I want to build Hierarchies on database data.

For example: I have table: Pmast with the fields Pcode,name,groupcode

pmast name groupcode

0001 A
0002 B 0001
0003 C 0001
0004 D 0002
0005 E 0003
0006 F 0004

pmast consists of 6 records as shown above, i need to display in hierarchy (parent child relation ship)

Srinath




Responses

Posted by: Raj.Trivedi on: 7/6/2013 [Member] [MVP] Starter | Points: 50

Up
0
Down

Resolved
Hello Srinath

Please use this article as resource

http://www.dotnetfunda.com/articles/article2309-binding-data-to-tree-view-in-aspnet.aspx



Regard's
Raj.Trivedi
"Sharing is Caring"
Please mark as answer if your Query is resolved

Srinathgb, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response