Directly Put data to DataGrid by C#
How Could I directly put data to datagrid , Not use DataTable
Can I ?
In VB.Net could use DataGrid.Item(x,y)="" , to set data directly to datagrid .
Is there a way in C#?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.