P probashi Sep 28, 2006 #1 Is it possible to bind a DataGridView control to an DataRow[] (array of DataRow )?
G Guest Sep 29, 2006 #2 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
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