|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Associate value with item in comboboxHi,
in ASP .Net, I can associate a value with and item in a dropdown list, for example when binding to a list of employees, I can store the employeeid as a value associated with each name in in the list so I can use this later when retrieving data from my database. I am now trying to develop a Windows forms app (.Net 2.0) and can find how to do this when using a combobox set to the dropdownlist style (assume this is the control I should us). When adding items manually, I only get a list of strings to add but nowhere to associate a value. Can anyone please shed som light on how to do this in Windows forms ? Thank you Niclas Hi Niclas,
You can actually add objects (instances of classes) to the combobox, not just strings, and the ToString() method will be used to show a text for the object. The ComboBox has properties to retrieve the selected object, that you can cast back to your class and retrieve the full object. -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "Niclas" <lindblom_nic***@hotmail.com> escribió en el mensaje news:%23dPhSUDaGHA.4936@TK2MSFTNGP05.phx.gbl... > Hi, > > in ASP .Net, I can associate a value with and item in a dropdown list, for > example when binding to a list of employees, I can store the employeeid as > a value associated with each name in in the list so I can use this later > when retrieving data from my database. > > I am now trying to develop a Windows forms app (.Net 2.0) and can find how > to do this when using a combobox set to the dropdownlist style (assume > this is the control I should us). When adding items manually, I only get a > list of strings to add but nowhere to associate a value. > > Can anyone please shed som light on how to do this in Windows forms ? > > Thank you > > Niclas >
Interesting Results In VB.Net
Shared dll paths Accessing Foxpro Database VB.NET reading CSV files (odbc or oledb) Any 'Windows Service' Experts? Why can't I capture the screen?? Error Handling: load text file into TextBox vb.net 2005 - how to populate a listbox i need Code Generator... Performance testing tools for VB.NET application COM reference (X) as Interop.X |
|||||||||||||||||||||||