Have any of you guys used the TreeView control supplied by Microsoft??
I am dabbling in using it and my plan is to have it work in a similar fashion to that used on the MSDN pages.
The data for the tree will be coming from SQL Server, but because of a potentially large amount of data I only want to load the child data when the node is expanded.
I have managed to do quite a bit using the selectednodeindex, but that's no good if the node being expanded is not the selected node...
Any ideas on how to use the expand event and getting the expaned node etc. would really be good - thanks
Rob
I am dabbling in using it and my plan is to have it work in a similar fashion to that used on the MSDN pages.
The data for the tree will be coming from SQL Server, but because of a potentially large amount of data I only want to load the child data when the node is expanded.
I have managed to do quite a bit using the selectednodeindex, but that's no good if the node being expanded is not the selected node...
Any ideas on how to use the expand event and getting the expaned node etc. would really be good - thanks
Rob