Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox loading
Message
De
26/04/2005 11:16:45
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
26/04/2005 10:12:55
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01008445
Message ID:
01008483
Vues:
14
>Does anyone have a subclass of the MMlistbox (Web or Win) class that has a loadlist method? I would like to load the list from a table. I hate re-coding this technique every time. I guess I can try to code this, but if you don't mind sharing...
>
>thanks

Glenn,
(I don't know if MMListbox is a special control different from Listcontrol) Isn't it setting DataSource, DisplayMember, ValueMember? ie:

myList.DataSource = myTable.DefaultView;
myList.DisplayMember = "myColumn";

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform