DataGridView and DataRow[]

  • Thread starter Thread starter probashi
  • Start date Start date
Probashi,

You cannot bind the datarow to the datagrid view. You can only bind datatable.
Think of a way whether you can dump the data rows to data table and then
bind it.

Thanks & Regards,
Sundar
 
Back
Top