J
Jonathan Wood
I want to develop a non-ASP C# application.
My program will include a TreeView control that the user can add and remove
items from, and I'm considering the possibility of using ADO to store my
tree data.
Can anyone tell me if it makes sense to use data binding between ADO and a
TreeView control? Can you point me to info on doing this? Or am I better off
writing the code to maintain the TreeView myself?
Thanks for any tips.
My program will include a TreeView control that the user can add and remove
items from, and I'm considering the possibility of using ADO to store my
tree data.
Can anyone tell me if it makes sense to use data binding between ADO and a
TreeView control? Can you point me to info on doing this? Or am I better off
writing the code to maintain the TreeView myself?
Thanks for any tips.