I have text files saved in a location on my machine, I need to search that location using reference parameter from my application. The text files are saved in this format "00156194_ISccd109102014001.txt", where "ISccd109102014001" is the reference.
I want the content of the textfile to be displayed on the front end of my application when I search for it.
Am using c#
Go to the complete details ...