Sunday, 15 April 2012

Unbinding a control

I tried to unbind a combobox with code

ComboBox2.DataSource = "".

 But It failed by saying error similar to complex databinding. Then I did it with

ComboBox2.DataSource = vbNullString


so experienced to have more stuff in basics....