Suggestions using a datatable?

  • Thread starter Thread starter Bonzol
  • Start date Start date
B

Bonzol

Hey there, using VB.NET 2005,

Normally when I program I only have to display 1 or 2 results from a
datatable, like in a lable or something. I was wondering what are
peoples suggestions for displaying the entire datatable, so the amount
of rows could be anywehere between 1 to 100 or so? should I display
them in a table,, a list box? and if so,, whats the command

Lets say

Dim dt as datatable.


Thanx in advance
 
Bonzol,

There is only one answer in my idea on your question,

DataGridView

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top