Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unbound dropdown list
Message
From
05/05/2004 17:43:32
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Unbound dropdown list
Miscellaneous
Thread ID:
00901373
Message ID:
00901373
Views:
60
(C#) I'm trying to bind a dropdown list to the data which populates the DDL, but the control on the form is not bound to any data on an underlying table (i.e., I simply want to populate the DDL). Using the Northwind database, I want a DDL of Employee last names. I tried
Binding Source - Employee
Binding Source Display Name - LastName
Binding Source Value Member - EmployeeID
Binding TYpe - One Way

but get : Can't bind MmDropDownList1 to Employee.LastName

When I try Binding TYpe - None
the DDL is not populated.

Any ideas on how to do this?

Thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform