Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Example of Combo Box Selection
Message
De
12/11/2004 11:27:31
 
 
À
12/11/2004 11:02:47
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00951713
Message ID:
00960879
Vues:
9
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform