G
Guest
Hello,
I have DataSet which has a table named bills . I'm filling this bills table from another class named Class2 which also has the bills table with same schema.
After copying the data from Class2 to Class1's bill table it shows the data in it . But it doesn't reflect the data to the controls which are bound to the columns of the DataTable.
The Binding context of both the forms are same.
wht could be the possible reason for bound controls not reflecting the data.
Thanks,
San
I have DataSet which has a table named bills . I'm filling this bills table from another class named Class2 which also has the bills table with same schema.
After copying the data from Class2 to Class1's bill table it shows the data in it . But it doesn't reflect the data to the controls which are bound to the columns of the DataTable.
The Binding context of both the forms are same.
wht could be the possible reason for bound controls not reflecting the data.
Thanks,
San