Hi,
I am new in .net 2.0. Please help me to fetch the value from the xml string received as response from web service.
The response received as :
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ramesh MaruthiPosted Sep 17, 2014, 10:10 AM
http://www.codeproject.com/Articles/36781/Serialization-and-Deserialization-in-ASP-NET-with
Shailesh ShindePosted Sep 17, 2014, 9:28 AM
I am using the below code.
StringReader Stm = new StringReader(xmlString);
The error is xml document error(1,14).
I have also try with type as arraylist,stream etc...
Abhishek KumarPosted Sep 17, 2014, 8:44 AM
Could you please share the error message or code you are using ?
Abhsihek