Hello,
I have a ComboBox which is bind to a Dataset, here is the code behind for the combo.
Me.PRC_TableAdapter.Fill(Me.DataSet.PRC_getFirstTable)
how can i add a --Please select-- message to the combobox before it gets bind to the ds.
I have a ComboBox which is bind to a Dataset, here is the code behind for the combo.
Me.PRC_TableAdapter.Fill(Me.DataSet.PRC_getFirstTable)
how can i add a --Please select-- message to the combobox before it gets bind to the ds.