binding data from sql tables to treeview control c#.net?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have 3 sql tables. 1.deptmaster -dptid(PK) -dptname 2.deptassignment -dptid(FK) -rptid -frequencyid 3.rptmaster -rptid(PK) -other rows 4.rptfreqmaster -freqid -freqname I want to show values from table in given below form in treeview control.(I am using c#.net web application) -Reports --Department ---ReportName scenario: 1 onclick of Reports in tree view I want to get all dept from table. 2 on click of Department in tree view I want to get all reports name in this department. please give me the solution ASAP its urgent. With Regards Ashish K. Vyas