Hi
I have a question.
There is a treeview control with few nodes in it.
When ever i select a node1 and click a button ADD, the node should get saved . It can be in a arraylist or string builder. After that i select one more node2 and it should also be saved . The first node1 and second node2 must be separated by ','(Comma). So my final string should be node1,node2,node3. This string must be saved in DB.
My question is How should i collect these strings from treecontrol and save it in DB.
I dont have any idea about arraylist or string builder. How should i do this.
Please help me