hi i have a combobox in c# winform. i have to save two things against each elemet. a Text which will be displayed to user and a id against that text.
in Asp.Net we can save these values in Text and Value fields of listbox..
but how to handle this situation in winform app