I'm creating an ASP.Net application using VB.Net code behind pages. One of the last pieces of functionality I need to add to this appliction is the ability to read in semicolon delimited text files.
I've considered using "File.OpenText(FILE_NAME)" and looping through each record to obtain the information I need. However, I'ver never done this with a .Net application and was wondering if I am on the right track or is there a better method to obtain the result I want?
Thanks!
I've considered using "File.OpenText(FILE_NAME)" and looping through each record to obtain the information I need. However, I'ver never done this with a .Net application and was wondering if I am on the right track or is there a better method to obtain the result I want?
Thanks!