Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSharp and XML.... Are there examples?

Status
Not open for further replies.

tipatek

Programmer
Jul 30, 2005
8
0
0
US
Hello,

I will be writing an application in C# 2005 (Windows forms) that will require the storing and retrieving of data in XML. I have searched here and other forums as well as the net for code samples and example projects...but can not seem to find anything useful. Could someone point me in the right direction?

Thank you.
 
You want to know how to work with XML?

Look into the System.Xml namespace and you will need to use an XmlTextReader and XmlTextWriter.

You may also want to look into xPath for C#.
 
Thanks. I am basically looking for a working "jump start" project. I have a few (simple) samples that load a combo box with XML tables names...but ideally...a sample project that loads and writes textbox data would be helpful.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top