Hello all,
I need to be able to load some data from a text file (csv) on disk and place the various bits into a grid / table like on my page.
My ISP doesn't provide me with database support (unless I pay more), so my only option is to read from a text file, and be able to put the various data items from each "record" into a table on screen.
Hope someone can point me to a code sample to do this.
Cheers