Hi all,
I am really new to programming world.
I have a RADtreeview and i want to load the tree view at runtime from code behind. I have 2 tables in the sql server database. one is customer and other one is customer site. On the page load of the page i want to have all the customers in the customer table as the parent node of the tree and when you click on each customer i want the sites allocated to that particular customer to be loaded from the site table as the child node for that customer. I am not able to do this . Pleae help me out anyone to do this.
As it is two different tables i dont know how to load them at run time according this scenerio. I am using sql server 2005 as the database where these table resides.
Your kind response would be highly appreciated.
Regards,
Deepak
I am really new to programming world.
I have a RADtreeview and i want to load the tree view at runtime from code behind. I have 2 tables in the sql server database. one is customer and other one is customer site. On the page load of the page i want to have all the customers in the customer table as the parent node of the tree and when you click on each customer i want the sites allocated to that particular customer to be loaded from the site table as the child node for that customer. I am not able to do this . Pleae help me out anyone to do this.
As it is two different tables i dont know how to load them at run time according this scenerio. I am using sql server 2005 as the database where these table resides.
Your kind response would be highly appreciated.
Regards,
Deepak