Is it possible to load the content of a text file (.txt) into a listbox or combobox if the text file is located in a webpage?
let's suppose that the file is located at http://www.mysite.com/mytextfile.txt
how would i load the content of the text file into my listbox/combobox?

Thank you in advance,

Andrea