Chapter 11: Working with DataReaders and DataSets

TitleDemoSourceLanguage
Execute a Stored Procedure and Return Results in a DataSet Recipe1103cs.aspx Recipe1103cs.aspx source C#
Execute a Stored Procedure and Return Results in a DataSet Recipe1103vb.aspx Recipe1103vb.aspx source VB.NET
Create a DataSet consisting of several DataTables using a stored procedure. Recipe1104cs.aspx Recipe1104cs.aspx source C#
Create a DataSet consisting of several DataTables using a stored procedure. Recipe1104vb.aspx Recipe1104vb.aspx source VB.NET
Filtering the Contents of a DataSet Recipe1105cs.aspx Recipe1105cs.aspx source C#
Filtering the Contents of a DataSet Recipe1105vb.aspx Recipe1105vb.aspx source VB.NET
Sorting the Contents of a DataSet. Recipe1106cs.aspx Recipe1106cs.aspx source C#
Sorting the Contents of a DataSet. Recipe1106vb.aspx Recipe1106vb.aspx source VB.NET
Finding a Particular Row in a DataSet. Recipe1107cs.aspx Recipe1107cs.aspx source C#
Finding a Particular Row in a DataSet. Recipe1107vb.aspx Recipe1107vb.aspx source VB.NET
Persist Changes to a DataSet to the Database recipe1108cs.aspx recipe1108cs.aspx source C#
Persist Changes to a DataSet to the Database recipe1108vb.aspx recipe1108vb.aspx source VB.NET

  "The concept for this book is deceptively simple: a list of ASP.NET Web application tasks and how to accomplish them in code. The trick is in having identified those 150 or so common tasks and then to create clear, simple examples that show you how to do them. There's no dross here, just a little text and a bunch of code samples. Here's the bottom line: if I have an ASP.NET book open on my desk at any given moment, it's most likely to be this one."
Mike Pope
Microsoft