Hi,
I have to add dropdown control at selected node of treeview control. Based on the data from the database, i have to check at runtime whether to add control at that node or not. I used NodeDataBound event for checking the data and adding control at that node. The Code gets executed without any error but I am not able to see the control when the page is rendered.
Please let me know where I am going wrong?
Girish