Does anyone know if/how I can populate a DataGrid with data (variables) within a desktop application with vb.net without using a database?
Thanks in advance
Terje
Printable View
Does anyone know if/how I can populate a DataGrid with data (variables) within a desktop application with vb.net without using a database?
Thanks in advance
Terje
You don't need a database, you just need something that the grid can be bound to, like an ArrayList or anything else that implements IEnumerable.