I'm beating myself up here with this one. I have found tons of examples on how to use response.Text but I need to know how to format my document that is going to be returned as XML and then how to recieve it on the other side. I know how to build a proper XML document but from what I have been reading, in order for me to get a XML response rather then a Text one I have to some how add Content-Type: application/xml to my XML document? Does someone have an example of how to use Ajax to return XML from a location and not Text? Thank you vey much for any help.