There are several ways to edit XML documents in the .NET framework. Paul Chu wrote this example which demonstrates how to use ASP.NET along with a DataSet and DataGrid to edit an XML document containing book information. The code demonstrates several techniques including sorting, editing, deleting, and inserting records into an XML document all through using different methods and events associated with the DataGrid Web Server control. The sample is written using VB.NET.
|