How to keep tag open in XML file if no data available?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am creating a xml file dynamically. If there is no data for a particuler tag then XMl file automatically close it like <test /> but i want to the tag in following format <test> </test> I am creating XML using following tag. writer.WriteElementString("test",""); Can anybody please help me? Regards Rahul
People Laugh on me Because i am Different but i Laugh on them Because they all are same.