Hi,
i have combobox with items text and value of around ten items
I have to assign text with one variable and value with another value..
Note : value means not index i have binded value from db.
Name as text and roll no as value loaded in combobox in C#.
how to loop values and text of combobox items?