Dear All,

Im new to VB .NET and I have requirement where I need to build file from the dataset records retrieved.
I need to build the file in such a way that each line represents single record and the column values are put into the file based on positions.
From a higher level , I believe Stringbuilder concept needs to be used.

Can someone please help me with sample code which you had come across?
...