B
Brian K. Williams
Does anyone know how to add the name/value to a Combobox without using the
DataBind?
With ASP.Net I can accomplish this like:
ComboBox.Items.Insert(0, new ListItem(string text,string value));
Thanks in advance..
Brian K. Williams
DataBind?
With ASP.Net I can accomplish this like:
ComboBox.Items.Insert(0, new ListItem(string text,string value));
Thanks in advance..
Brian K. Williams