I have a data table having columns topicid,topic name,category id,category name,subcategory id,sub category name i have to bind this table to to tree view so that Topic names will appear as parent node,category name as child node of topics and subcategory name will come as child node of category.
All the nodes having name as id fields example topic node has Topic name and Topic id
category node as category name and category id and sub category node has subcategory name and id.