I Want to know how to set the data returned from database to datagrid IN WPF
i c# We could simply set gridview1.datasource=dataset.table[0];
but in WPF datagrid dont have datasource property.
Thanks
I Want to know how to set the data returned from database to datagrid IN WPF
i c# We could simply set gridview1.datasource=dataset.table[0];
but in WPF datagrid dont have datasource property.
Thanks