Hello,
I have a table which contains row data as links to .txt files. I want to display the data contained in the .txt file as output in c# MVC .
the table looks like below.
tablefile
\\Isilon\tablefileSCANS\inc\1\nct\2011\08\20110816134516.txt
\\Isilon\tablefileSCANS\inc\1\nct\2011\08\20110801113335.txt
\\Isilon\tablefileSCANS\inc\1\nct\2011\02\20110221143603.txt
.....
.....
....
Please help me with this.