Directly Put data to DataGrid by C#

accesine

New member
Joined
Jul 3, 2003
Messages
2
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#?
 
Back
Top