Cloning the datatable to datagridview does not copying the records to datagridview.

Posted by Harikrishna on Stack Overflow See other posts from Stack Overflow or by Harikrishna
Published on 2010-05-05T05:13:10Z Indexed on 2010/05/05 5:18 UTC
Read the original article Hit count: 142

Filed under:
|
|
|
|

I am copy the datatable records to datagridview to dispaly those records

Datagridview1.DataSource=dataTable1.Clone();

But only columns are copied not records,what the problem can be ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms