Skip to Content
Essential ADO.NET
book

Essential ADO.NET

by Bob Beauchemin
May 2002
Beginner to intermediate content levelBeginner to intermediate
560 pages
11h 36m
English
Addison-Wesley Professional
Content preview from Essential ADO.NET

6.4. Data Binding with DataSets

You can bind DataSets and DataTables directly using the DataSource and DataMember fields. When you use DataSet and do not specify a DataMember field, the first DataTable (DataSet.Tables[0]) is used by default. DataSets are preferable to DataReaders when you're using multiple controls to bind to the same data because you need obtain only a single copy of the data. In addition, the DataSet can be retained in memory, typically in an ASP.NET Session variable if it is user-specific, or in an ASP.NET Application variable or the ASP.NET Cache class if it is application-global. If this results in overuse of memory in the ASP.NET worker process, you can persist and retrieve the DataSet from disk in XML format if that is ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft® ADO.NET 4 Step by Step

Microsoft® ADO.NET 4 Step by Step

Tim Patrick
Professional C# 5.0 and .NET 4.5.1

Professional C# 5.0 and .NET 4.5.1

Christian Nagel, Jay Glynn, Morgan Skinner
ASP.NET 4 Unleashed

ASP.NET 4 Unleashed

Stephen Walther, Kevin Hoffman, Nate Dudek

Publisher Resources

ISBN: 0201758660Purchase book