1
Answer

how to add value to combobox from variable

Karthi Keyan

Karthi Keyan

8y
287
1
Hi.
      i want to add the value to combobox from string variable.   
 
    i have tried the following but got error..
    combobox1.text = variable;  ...... combobox1.Items.Add = variable;.... combobox.Items.Insert = var;
 
can any one say how add the value..
 
Thanking You. 
Answers (1)