Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Example of Combo Box Selection
Message
From
12/11/2004 11:27:31
 
 
To
12/11/2004 11:02:47
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00951713
Message ID:
00960879
Views:
10
Two strikes against me, Joe ... I don't use MM and I don't use VB!! But, all you need to do is use the MyDataTable.Copy() method, something like this:
Me.oDataTableForCombo = Me.oDataSetFromBizObj.Tables("MyTable").Copy()
Me.MyCombo.DataSource = Me.oDataTableForCombo
And you can do this in the load event, after you fill your DataSet from the MM BizObject.

~~Bonnie


>Bonnie, I like your thinking on this ...
>
>Can you give me an example of how/where this would be coded (VB.NET prefered)?
>I am creating the current dataset and filling it from the MM.NET object in the form load event.
>
>THANKS!
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform