ASP.NET 2.0 doesnât provide good support for binding a DataSet to later persist the changes to the database. The built-in ones only let you save one row, but not the whole set of DataSet changes at once, which IMHO is probably the most interesting feature of the DataSet. Also, this probably makes ASP.NET built-in DataSources useless for updating except when doing very simple tasks. The good news i
{{#tags}}- {{label}}
{{/tags}}