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.