Jul 8, 2003 #1 A 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#?
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#?
Jul 8, 2003 #2 J JABE Well-known member Joined Jun 24, 2003 Messages 375 Location Philippines In C#, try DataGrid[x, y] = "" Note the square brackets used.
Jul 8, 2003 #3 A accesine New member Joined Jul 3, 2003 Messages 2 hi, Jabe you are right , thank you I from china my web page is : www.accesine.com