0
Here is the Code I have tried.
//Declare at the top
BindingSource tblSchedulerBS = new BindingSource ();
//declared in a button
tblSchedulerBS.DataSource = new datasetNumber1.TBL_Appointments [0];
cmbBackground.Databinding.Add (new Binding ("ComboBox", tblScheduleBS, "cmbBackground"));
0
what is the error in your code...?
0
what is the error in your code...?