adding innertext to an xml node
Please support our C# advertiser: DiscountASP.NET – 3 Months Free on C# Web Hosting
![]() |
•
•
Posts: 555
Reputation:
Solved Threads: 5
Hello,
I am trying to insert true or false into an xml file that has one node <LoggedIn></LoggedIn>.
This is what I have so far:
I am trying to insert true or false into an xml file that has one node <LoggedIn></LoggedIn>.
This is what I have so far:
StreamReader xmlString = new StreamReader(Server.MapPath("ResponseMessages/LoggedIn")); XmlDocument doc = new XmlDocument(); doc.Load(xmlString);
![]() |
Similar Threads
Other Threads in the C# Forum
- adding and deleting node in a linked list (C++)
- linked list question (C)
- leaving a node value blank (RSS, Web Services and SOAP)
- problem reading xml file in c# (C#)
- XHTML w/ XML? (RSS, Web Services and SOAP)
Other Threads in the C# Forum
- Previous Thread: problem reading xml file in c#
- Next Thread: how to insert a combo box in c# data grid
•
•
•
•
Views: 9794 | Replies: 3 | Currently Viewing: 1 (0 members and 1 guests)





Linear Mode