Dear Sir,

I have a Query that is in designe mode I have created 4 columns and formatting 4 columns also in datagrid view control
Viz:- OrderId,OrderNo,OrderDt,OrderAmt

now I want to use datasource of dgv control now when i defining datasource property with table
then dgv control displaying my predefine columnas and adding 4 more columns in dgv for defining datasource.

now presently to avoid autogenerating columns I definie the autogeneration column=false
at this situation if i define datasource=table the no data is come up..
so my query is it is possible to filled up data in predifned column using datasource property.

thanks & regards

Debasis