Bound control not reflecting the value

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
 
C

Cor Ligthert

Hi San,

I think that you have to show some code what you mean with this.

A sample how to do it.
http://www.yoda.arachsys.com/csharp/complete.html

There where is written CS you can as well read VB.

And please do not direct paste it from your IDE in the message use a notepad
to copy it in first and copy from when you use VB.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top