Is there now way to add items without setting the datasource of the combobox? i'm very confused by this it would seem to me that there should be a way to comboboxColumn.Items.Add(value,display) but every example i see has datasource=sometable
displaymember= column1Name
valueMemeber = column2Name
any help would be appreciated. for now i'll just create a table and bind it since that's the only way i can get it to work.
displaymember= column1Name
valueMemeber = column2Name
any help would be appreciated. for now i'll just create a table and bind it since that's the only way i can get it to work.