Hello,
is it possible to bind an ArrayList of objects to GridView as data source in WinForms application ?
This is a discussion on bind ArrayList to GridView within the C# Programming forums, part of the General Programming Boards category; Hello, is it possible to bind an ArrayList of objects to GridView as data source in WinForms application ?...
Hello,
is it possible to bind an ArrayList of objects to GridView as data source in WinForms application ?
Read here for what datasources are supported: DataGrid.DataSource Property (System.Windows.Forms)
And then here: ArrayList Class
And you'll see that it's ok.
MagosX.com
Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.