|
-
Jul 28th, 2008, 08:28 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] [2008] Add look up to Binding Navigator
Hi
I have a form that contains a Binding Navigator which is bound to Table "Customers" Database "Northwind".I have added to the Binding Navigator a ToolStripComboBox1 containing all the "CompanyName" of this Table.When the user selects an item from this ToolStripComboBox1,I get its corresponding CustomerID.What should I do then to display the record of the selected Customer?(I have a set of textboxes bound to each field of the table "Customers")
CustomersBindingSource.Position = ??
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|