| | |
adding innertext to an xml node
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Apr 2004
Posts: 573
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
- 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
| Thread Tools | Search this Thread |
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# check checkbox client color combobox control conversion csharp custom data database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file finalyearproject form format forms function gdi+ getoutlookcontactusinfcsvfile globalization httpwebrequest image index input install installer java label list listbox mandelbrot math mono mouseclick mysql operator panel path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox serialization server silverlight sleep socket sql sql-server statistics stream string table text textbox thread time timer timespan update upload usercontrol users validate validation visualstudio webbrowser windows winforms wpf xml





