Recent content by guximrama

  1. G

    Reading text files from web server

    If I have 5,000 text files (averaging about 100 lines of text -> so not very big), and I want to have an interface where I have a search functionality by name of the file, and when I find the one I want it loads the content into a textbox. I could save it in IsolatedStorage too.
  2. G

    Reading text files from web server

    I need to be able to read text files from an external remote source, or a web server. Can anyone tell me how that works?