Click to See Complete Forum and Search --> : How to send xml document from ASPX page to the browser


chatterjee_yash
05-09-2008, 06:02 AM
Hi,

I am unable to send dynamically created xml document from an ASPX file to the browser. I have tried setting the response content-type & encoding but no go. I have used Response.AppendHeader with content-type & content-disposition but still no go.


Can anybody help me with this???


Regards,

Austin.

chazzy
05-09-2008, 12:35 PM
Show us the code samples you tried executing.

kruelintent
05-14-2008, 06:43 AM
try a combination of server.htmlencode and server.htmldecode if you want to print the XML to the screen....

Thanks
Tom.