Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using combobox

Status
Not open for further replies.

nguyentaiuyenchi

Technical User
Nov 5, 2001
39
VN
Hi all,

I use combobox for displaying list of items. There is a unique key for each item. Before, combobox in VB have itemdata property that be used for storing key. Now, I don't know how to storing key for each item in C#.

Thank in advance. Uyen Chi
Software developer
 
They are now DropDownList or ListBox and contain ListItems. The items your are interested in are Value and Text with Value being the "key".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top