Hi All
I am reading a XML File and storing its contents to a string variable using stream reader.The problem I encountered is that most of data is lost. Is there any way to store whole file in a string variable. I have to send this XML File data to extrenal webservice whose web method accept only string.I would appreciate if anyone help me in this regard.