Introduction to XMLDataSource control in ASP.NET 2.0

From CodeProject: 

Nowadays XML is one of important formats to store and retrieve data on the web. And the most important reason is because it can be moved beetween firewalls.
We can see many websites with RSS and XML output. Also many visitors use them to save their time and increase their speed in viewing their favorite websites and weblogs.
As a developer you should know that Visual Studio .NET 2005 helps you to work with XML data with new XMLDataSource control.
Using this new control you can insert , delete and update XML data easily in minimum time.
In this article I'm going to show you how to use this new control and describe its common properties and features. I tried to show this features with ASP.NET because this new control can be more applicable on the web.

{
BTW on CodeProject recent writers pictures look very freaky ! I even found some dude on a nice AJAX article named 'Invicible Poison' and this how he look :-)


Man too much magic mushrooms
}

No Comments