Hi Team,
I have 2 data Tables namely dt_HierLevelname and dt_ChildLevels. The both dt_HierLevelName and dt_ChildLevels gets value from store procedure with same parameterid (Hier_type_id).
The columns used in dt_HierLevelName sp are Hierarchal_TYPE_KEY, Hierarchy_level_Name and Parameter is Hier_type_id
The columns used in dt_HierLevelName sp are ENT_KEY, ENT_SHORT_NAME, PARENT_ENT_KEY and paramter is Hier_type_id.
Actually i need to get this five columns and put it in other Data Tables with data rows. And that i need to assign this new or 3rd Data Table to TreeView DataSource. Or I need to build Tree with TreeView control.
Could anyone help on this?
Regards,
Anand R
Go to the complete details ...