Library tutorials & articles tagged with dataset
Page 1 of 1
-
Web Forms DataGrid and DataSet Programming
by Jeff Louie
This is a working C# .NET program that demonstrates how to integrate most of the features of the DataGrid and DataSet in a single project including select, insert, update, delete, confirm delete, sort, filter and page.
-
Searching XML using a DataSet & DataView
by Chris Scott
Sometimes you need the basic features of a database but don't want the hassle, and possibly cost, of creating one for a small application. With the .NET DataSet object and a simple XML document we can emulate the basic features of a database.