Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Additional item in combobox
Message
From
07/01/2007 22:35:36
 
 
To
07/01/2007 07:30:53
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01183242
Message ID:
01183349
Views:
14
Hi John,

I'm assuming your control is binding to MM's business object. If yes, here is an exmaple for Department dropdownlist.
' Function to get the department from BO
Me.oDepartment.GetDepartmentForDDL()

' Adding a new item to dropdownlist
Me.ddlDepartment.Items.Insert(0, New ListItem("- Select Department -", ""))
Previous
Reply
Map
View

Click here to load this message in the networking platform