0
Reply

ComboBox binding

M Ganesan

M Ganesan

Jan 12 2006 5:19 AM
1.6k

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