Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loading A Combobox - With Code
Message
De
13/03/2003 21:43:56
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00765655
Message ID:
00765688
Vues:
15
Try to replace the line:
Me.ComboBox1.DataSource = Me.ds_AuthDepts.Tables("Departments")
with this one:
Me.ComboBox1.DataSource = ds_AuthDepts.Tables("Departments")

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform