treeview and bindingsource.

rahulpatel

New member
Joined
Jan 27, 2007
Messages
4
Programming Experience
Beginner
I created an app which works perfectly. However I started playing to give less end user input. The app is basically a telephone directory and I wanted to create a relationalship between two tables. If I use a navigator bindingsource the relation works correctly but if I click on a treeview node (which populates my textboxes) the relation doesn't work.

Can I use a binding source with a treeview? Is there anything better to navigate 1000+ entries other than treeview which can use a bindingsource?

Cheers for any help.
 
I was just getting ready to ask the same question? John you've always been so kind to answer my questions do you know if we can bind a treeview control to a datasource?
 
I found a workaround for my app. I have a datasource used with the form. It's for the reportviewer. All I have done is used the textbox from the report and when that text changes, it triggers the binding source and changes the textboxes on the form and so completes the relationship. Now, if any one can tell me how to do it better, I'll be an elephant - all ears.
 
Back
Top