data binding from table to tree view in c#.net?
-
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
-
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