| | |
adding innertext to an xml node
![]() |
•
•
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
Views: 11456 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for C#
.net 2d access algorithm application array asp.net assembly bitmap box button c# chat check checkbox class code color combo combobox control conversion csharp custom data database datagrid datagridview dataset degrees directshow display dll drawing event excel exception file form format forms ftp function gcd gdi+ graphics image index input install internet label list listbox login math mysql notepad object office operator outlook2007 picturebox pixel print problem programming query remote remoting resource resourcefile richtextbox saving search server socket sql sql-server statistics stream string text textbox thread threading time timer treeview update validation vc++ view visual webbrowser webcam windows winforms wpf xml





