Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Additional item in combobox
Message
From
07/01/2007 18:31:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
07/01/2007 07:30:53
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01183242
Message ID:
01183320
Views:
17
>Hi,
>Anyway to set combobox which bind to business object to add additional item into list such as "NA" / "Select One"?
>
>Thank you

Something like:

Customer myCustomer = new Customer();
myCustomer.Company = "(NA / Select one)"
myCustomerList.Add(myCustomer);

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