What is the best way to bind a Winform DataGrid. All my Data is coming through a webservice e.g I have CustomerResults[] array returned from the service method
What is best way with performance to bind to DataGrid.
Should I create a DataTable from CustomerResults[] array Collection and Then bind it to the DataGrid. Or any other way?
In this case, of course, the Datagrid autogenerates the columns. If you have columns that do NOT need to be displayed, you will have to turn off the autogenerate and list the ones you DO need.
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.