Hi Team,
I have a table with 14 columns . I want to display that table's data in a heirachical way , by using Tree View control . Can you guide me how can I able to do this .
I have implemented On Demand Loading . So there is no problem for me . When the page is loading , at that time I am taking first two column data and binding to the tree view control ( 1st column as node value and 2nd column as node text ). When user will expand the node I will pass the node value , and get the data from table for the next two column , and so on.
I needed the above mentioned thing, becuase I have a button called search button and when I will hit that button it will search in the entiere table and display all the data in the tree view control.
Regards
Manoj
I have a table with 14 columns . I want to display that table's data in a heirachical way , by using Tree View control . Can you guide me how can I able to do this .
I have implemented On Demand Loading . So there is no problem for me . When the page is loading , at that time I am taking first two column data and binding to the tree view control ( 1st column as node value and 2nd column as node text ). When user will expand the node I will pass the node value , and get the data from table for the next two column , and so on.
I needed the above mentioned thing, becuase I have a button called search button and when I will hit that button it will search in the entiere table and display all the data in the tree view control.
Regards
Manoj