-
Hi,
I need to display multiple rows and columns with data, where the information in some of the columns, but not all, has to be editable at runtime. I also need to be able to create new records (rows) at runtime.
Could you please recommend what kind of control I should use,
Thanks!
-
Why not just use one of the Grids that comes with VB? A DBGrid attached to a datacontrol will work if it's just something simple...
-
DB Grid
You could try using a DBGrid, not sure if it will do everthing that you want, check it out.