Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binding a combobox to a business object with an arraylis
Message
 
To
05/03/2005 10:14:53
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00992995
Message ID:
00993039
Views:
17
Once again thanks for the help, another case of a great solution.

I was also trying to do it the 2005 way

which I think I solved:-
private DataConnector dcTypes = new DataConnector();
dcTypes.DataSource = myTaskType.Types;
comboBox1.DataSource = this.dcTypes;
Which is really exactly the same as you suggestion with another layer of extraction, just like MS what us to use for some reason.
John T Barton
A single picture (or bit of code) is worth a thousand words
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform