I have .txt files stored externally. I want the users of my website to be able to read and edit them. I can display them in an HTML element but I am not sure how to output the text in the files into a richTextBox so the users can edit them. Does anyone know how this can be done?
The files are retrieved using source URLs to their external location.