PDA

Click to See Complete Forum and Search --> : Load text from XML file


staticbob
Sep 5th, 2005, 05:23 AM
Guys,

I have 10 helpfiles in XML that I need to load into a textbox on an asp.net page. I can get the filename required from the session variable ("HelpFile"). I don't want to just load the xml file into the browser as I need my borders and other stuff on my page. Could I create some sort of frame that could load the xml ?

In a windows app I have done this using a Rich Text Box and using the loadfile event, but there is no RTF supported in asp.net.

Any suggestions please ?

Thanks
Bob