i am sorry that i forgot to write the language. i will keep in mind in future.
i follow your suggestion and it works. Thanks a lot for your valuable suggestion.
i have one more question that Is using string as xml format is good option for dealing with xml . or there i should use some other option???
User Profile
Collapse
-
write an xml with out using IO operation
hi
i want to write an xml with out using IO operation.
i dont want to write the xml in text file and then read from it.
for this i have used memory stream, but when i read the data from memory stream i gives wrong xml. some tags are added itsself in xml
here is the code.
MemoryStream str = new MemoryStream()
XmlTextWriter txtwriter = new XmlTextWriter(s tr,System.Text. Encoding.UTF8);...
No activity results to display
Show More
Leave a comment: