List and Read Text Files

Posted on ASP.NET 101 See other posts from ASP.NET 101
Published on Sun, 25 Jan 2009 12:34:54 GMT Indexed on 2010/03/18 18:21 UTC
Read the original article Hit count: 190

Filed under:
This sample takes files from a folder (in this situation, text files), and lists them in a listbox. Then, the user can click on a particular file, and display the text from the selected text file, in the textbox to the right of the listbox.

© ASP.NET 101 or respective owner