Server Intellect
 
Home   Snippets Directory   New Snippets   Snippets Tutorial   Snippets FAQs
 
 
  Categories
Collections
Database
Email
Working with Files
Network
OS
Security
XML
New Snippets
  Get Involved
Create Snippet
Suggest Snippet
Snippets Tutorial
Snippet FAQs
Snippets Newsletter


Navigator: Home - Snippets - XML
XML

ASP.NET XML Snippets
Read XML from a URL C# 2.0
This snippet will show you how to read XML from a URL using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml namespace.
Read XML from a String C# 2.0
This snippet will show you how to read XML from a string using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml and System.IO namespace.
Read XML from a File Using the XmlTextReader C# 2.0
This snippet will show you how to read XML from a file using the XmlTextReader in ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml namespace.
Read Class Data from an XML File C# 2.0
This snippet will show you how to read class data from an XML file using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml and System.IO namespace.
Add an Element to XML Data C# 2.0
This tutorial will show you how to Add an Element to XML Data using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml namespace. Visit http://www.studiosnippets.com/ for more free snippets.



 
  Developer Resources





Server Intellect Rocks