Dear Sir,

Thanks for ur goods help. but now i have another problem in datasource property that is
i want to binding more than one table so that all table's data rows can be displayed in datagridveiw control.
suppose
i have two table as per order no..

idefine like that

dgv.datasource=table (orderno -1)
dgv.datasource=table (orderno-2)

but it displayed only last table(order-2) data in datagridwview control
but i want both table 1 and 2 data to be shown in datagridview..


thank & regards

Debasis