Hi every body! I used sqlDataAdapter to fill one of my DataTables in a dataset. although the count of that table is 2 but the count of bindingContext is zero. what shoud I do to solve this problem? here is my code:
sqldapT1_AutoRequest.Fill(ds.t1_AutoRequest);
if(this.BindingContext[ds,"t1_AutoRequest"].Count <= 0)
return;