Hi,
It has been days that I have been working a simple wizard where users can add nodes as typed in BOLD in a treeview control :
When the user has finished entering data my treview looks like this :
Is this the first time you are visiting DANIWEB ?[INDENT]Yes[/INDENT][INDENT][INDENT]Would you like to Say hello to new members ?[/INDENT][/INDENT][INDENT][INDENT][INDENT]Yes[/INDENT][/INDENT][/INDENT][INDENT][INDENT][INDENT][INDENT]Hello to All[/INDENT][/INDENT][/INDENT][/INDENT][INDENT][INDENT][INDENT]No[/INDENT][/INDENT][/INDENT][INDENT][INDENT]Byee[/INDENT][/INDENT][INDENT]No[/INDENT][INDENT][INDENT]How many posts do you have ?[/INDENT][/INDENT][INDENT][INDENT][INDENT]< 5[/INDENT][/INDENT][/INDENT][INDENT][INDENT][INDENT]> 5[/INDENT][/INDENT][/INDENT]
So you see its a simple treeview
I also have a NEXT button and a BACK button.
When a user clicks the NEXT button, the selected node and its children should appear in a messagebox.
When a user clicks the BACK button, the selected node, its sibling(s) and its PARENT should appear in a messagebox.
I have tried almost everything but it doesn't see to work.
I NEED HELP ! PLEASE !!