Complex and Simple DataBinding on same Form
From: Jason MacKenzie (jmackenzie_nospam_at_formet.com)
Date: 06/07/04
- Next message: Jason MacKenzie: "Re: Complex and Simple DataBinding on same Form"
- Previous message: Alfredo Novoa: "Re: Databinding - Best Practice (object-oriented)"
- Next in thread: Jason MacKenzie: "Re: Complex and Simple DataBinding on same Form"
- Reply: Jason MacKenzie: "Re: Complex and Simple DataBinding on same Form"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 7 Jun 2004 08:46:43 -0400
I'm new to Windows Forms so I'm sure this is pretty easy.
Simple databinding seems just that, simple. What I'm not sure how to do is
combine the two.
Lets say I have a dataset with two tables: Cars and Tires. Car would have a
column called TireID which would correspond to a record in the Tires
datatable.
I'm not sure how to display all the information from the cars table and then
have a dropdownlist populated with the list of tires with the correct one
for the current record preselected.
I'm sure that could have been worded far better but any help is appreciated.
Jason
- Next message: Jason MacKenzie: "Re: Complex and Simple DataBinding on same Form"
- Previous message: Alfredo Novoa: "Re: Databinding - Best Practice (object-oriented)"
- Next in thread: Jason MacKenzie: "Re: Complex and Simple DataBinding on same Form"
- Reply: Jason MacKenzie: "Re: Complex and Simple DataBinding on same Form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|