
February 20th, 2007, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 878
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
How to Load XML Documents in ASP.NET 2.0
XML integration with the Microsoft .Net Framework 2.0 provides the XMLDocument class for working with XML. Loading an XML document, a task needed in many web applications, can be accomplished using several forms of the Load() method. The article introduces you to several of these load methods with concrete examples providing you with the background necessary to use these methods.
Read the full article here: How to Load XML Documents in ASP.NET 2.0
For more discussion go here: Blog Article Discussion
|