Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox loading
Message
From
26/04/2005 11:16:45
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01008445
Message ID:
01008483
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform