Hi all,
I can't bind the value and coressponding text in the combo box in windows application using c#.
but i used to bind in web application as
Dropdownlist.Items.Add(new ListItem(text,value);
how can we do it for the windowds application.
please check it
thank u!
by,
M.Ganesan