I'm new to VB.NET. I'm used to doing everything in VB6.0 so, I'm confused about how one would manually populate a DataGrid.
In VB6.0 you could do this easily while using an MSFlexGrid. You would simply assign a value to a cell and move your way across the grid, till you called the next line.
I'm aware that you can call a reference to a flexgrid, but I want to know if this is the recommended way. If I need to reference a flexgrid, what is the best way to do this. Otherwise, can someone provide me with an example of how to populate the DataGrid this way, or at least another VB.NET grid that handles this better?
In VB6.0 you could do this easily while using an MSFlexGrid. You would simply assign a value to a cell and move your way across the grid, till you called the next line.
I'm aware that you can call a reference to a flexgrid, but I want to know if this is the recommended way. If I need to reference a flexgrid, what is the best way to do this. Otherwise, can someone provide me with an example of how to populate the DataGrid this way, or at least another VB.NET grid that handles this better?