Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loading A Combobox - With Code
Message
From
13/03/2003 21:43:56
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00765655
Message ID:
00765688
Views:
16
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?...

Previous
Reply
Map
View

Click here to load this message in the networking platform