smiley_mick
New member
- Joined
- Mar 22, 2011
- Messages
- 2
- Programming Experience
- Beginner
I want a quick way to be able to see all of the data that is currently in a DataTable.
I want to be able to reference the name of the DataTable by entering string into a TextBox, have my program recognise that it's a DataTable that has data in it, and display that data in a DataGridView.
Maybe this isn't the best approach but it's better than creating a Select Case scenario for each datatable I've created.
Any ideas?
I want to be able to reference the name of the DataTable by entering string into a TextBox, have my program recognise that it's a DataTable that has data in it, and display that data in a DataGridView.
Maybe this isn't the best approach but it's better than creating a Select Case scenario for each datatable I've created.
Any ideas?