Click here to Skip to main content
15,921,210 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have Two Table
Table 1 "Parent"
-Id int
-TariffPointsMain nvarchar

Table 2 "Child"
-Id int
-ParentId int
-TariffPointsSub nvarchar

Please I have to populate this tables to TreeView and bind to textbox

i use C# And SqlServer2008, and Ado.net
Posted
Comments
joshrduncan2012 25-Jun-13 13:42pm    
What is your question?
othman_325 25-Jun-13 13:52pm    
Can u populate treeview from parent table and child table and bind it?

 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900