B
Bonzol
hey there,, using 2005,, making a Website
Normally when I code I only have to display certain sections of a
datatable, like an item or something. So I just store it in a label.
So now my problem is. I need to display the entire datatable which
could contain the amount of records from 0 - 100.
What are people suggestions with displaying all the contents of a
datatable. Do I use a table,, a listbox? im not sure what the best
methods are.
Could someone also give me the code to fill it,
for examples sake
Dim dt as Datatable
Thanx in advance
Normally when I code I only have to display certain sections of a
datatable, like an item or something. So I just store it in a label.
So now my problem is. I need to display the entire datatable which
could contain the amount of records from 0 - 100.
What are people suggestions with displaying all the contents of a
datatable. Do I use a table,, a listbox? im not sure what the best
methods are.
Could someone also give me the code to fill it,
for examples sake
Dim dt as Datatable
Thanx in advance