Hi,

I think there is some silly mistake that I'm making...can anyone get this program to work??
My form has 2 panels. One has a TreeView and the other panel has a TabControl with one TabPage. This I call as OuterTabControl and OuterTabPage. The OuterTabPage has another TabControl with one TabPage with I call as InnerTabControl and InnerTabPage.
Now I want to drag and drop the node data of treeview onto the InnerTabPage.

The data is just String and I want it to get displaying on the TabPage at the point where I drop.

I have attached the code.
Some C# GUI guru please help.

thanks

-Mansi.