S
stringy
How can i get content from xml file in a string format?
I have an xml file. Within the xml file is html code.
I want to do:
string webpage = !! somehow read xmlfile as a string
Response.Write(webpage);
what do i need in order to do this?
thanks
I have an xml file. Within the xml file is html code.
I want to do:
string webpage = !! somehow read xmlfile as a string
Response.Write(webpage);
what do i need in order to do this?
thanks