comboBox1.Items.Add("Marc");
or
comboBox.Items.Insert(0,"Marc");
and there were not results in comboBox after I ran my program
what's the deal???
comboBox1.Items.Add("Marc");
comboBox.Items.Insert(0,"Marc");
|
|
|
Tonchi said:
combobox1.Items.Add(new ListItem("CodeCall","LikeIt"));
let me know what happens now
Quote
0 members, 1 guests, 0 anonymous users