Topaz Filer - Email filing software
System.Data.DataSet Class
Information   Base Types   Related Resources

Represents an in-memory cache of data.

  • Namespace: System.Data
  • Assembly: System.Data.dll

  • System.ComponentModel.MarshalByValueComponent
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    System.IServiceProvider
    System.ComponentModel.IComponent
    System.ComponentModel.ISupportInitialize
    System.ComponentModel.IListSource
    System.Xml.Serialization.IXmlSerializable
  • View this type on MSDN
  • Search for this type on MSDN using MSDN's own search engine
  • Google for this type - all Web
  • Google for this type - MSDN only
    Articles (655)Discussions (10795)MembersRotor
    Articles

    Page: 1234567891011121314151617181920
    21222324252627
    Why a DataView Bound to a DataGrid Doesn't Reflect Changes to the DataTable
    DotNetJunkies
    This How To gives one possible anwser to the question to why a DataView isn't being updated when a DataTable is changed.
    Why Create a DataSet, use a DataTable
    DotNetJunkies
    This article asks the question, "Why do you create a whole DataSet when all you are using is a single DataTable?".
    Why is my ASP.NET application restarting?
    http://www.kbalertz.com/
    (871040) - Explains how to export data to Excel by using an HTTPHandler, XSLT, and ASP.NET.
    Windows Forms Charting - Drawing Charts
    C#Today
    GDI+ is the latest version of Windows Graphic Device Interface, which is the part of Windows that abstracts commands like draw a window, draw a line, etc. into commands that our video driver can understand in order to display images on our computers screen. Weve already seen some of the advanced GDI+ features available to us in Matthew Reynolds' 'Irregular Shaped Forms and Other Cool GDI+ Features' article. In this article Matt looks at some of the more basic features and builds a simple user control that can draw a 3D bar chart. In Part 2, we continue the development of the chart, making it user-interactive.
    WinXpStyle Class
    The Code Project
    You can use this class for Windows XP Style Forms.
    Working with ASP.NET DataGrid Templates
    DotNetJunkies
    ASP.NET provides three data controls for working with the output of a data store query, the DataGrid, DataList and Repeater. The DataGrid, in its most basic form, renders typical HTML table-grid output, the DataList renders on row and one cell per record, and the Repeater is the folding metal chair of data controls, which renders no specific output, and is fully customizable to render in the manner most appropriate for your application.
    Working with Complex Data Types in an XML Web Service - Part 1
    DotNetJunkies
    XML Web Services enable the exchange of complex data types, serialized as XML. Complex data types, such as ADO.NET DataSets and custom classes can be serialized as XML and either sent to the XML Web Service as an input argument, or returned from the XML Web Service as the result. In this article we will build the beginning of an XML Web Service, which we will finish in next week's article, when we will also build a consumer Web application.
    Working with Complex Data Types in an XML Web Service - Part 1
    DotNetJunkies
    XML Web Services enable the exchange of complex data types, serialized as XML. Complex data types, such as ADO.NET DataSets and custom classes can be serialized as XML and either sent to the XML Web Service as an input argument, or returned from the XML Web Service as the result. In this article, Doug builds an XML Web Service and a consumer Web application.
    Working with DataGrid Templates
    DotNetJunkies
    In this tutorial Doug Seven shows you how to customize a DataGrid using BoundColumns, HyperlinkColumns, EditCommandColumns. ButtonColumns and TemplateColumns. Source code is available in Visual Basic .NET.
    Working with MS Access Stored Procedures in VB.NET. Part 2
    devCity.NET
    Welcome to part two of Access Stored Procedures. Part one described in detail how to create stored procedures in Access using ADO.NET and Visual Basic.NET. Part two will demonstrate how to utilize the stored procedures created in part one by assembling a Database Tier that can be modelled and used in your own applications. This article will describe in detail one implementation of a Database Tier for Visual Basic.NET.
    Working with the ASP.NET 2.0 ObjectDataSource Control
    MSDN
    Learn how to use the ObjectDataSource control to build a proper multi-tier Web application with the ASP.NET 2.0 Framework.
    Working with XML as an Object Model
    C#Today
    In this article, Salim Naim explores XML, and how we can work with it as an object model. He shows that XML is truly a core technology layer in .NET, while manipulating and working with XML documents with .NET is a natural method built into the .NET Framework, and not an after thought. He covers various techniques, including how to make use of the core functionality provided by the Base Class Libraries in the .NET Framework classes relevant to XML, and also looks at the two abstract base classed XMLReader and XMLWriter, which the XML classes are built upon.
    WQL DataProvider for ADO.NET
    The Code Project
    WQL DataProvider for ADO.NET
    Wrapper Generator for SQL Server Stored Procedures
    The Code Project
    A utility application that generates .NET code for wrapping stored procedures.
    Writing a Messenger Application Using C# - Part 1
    C#Today
    A messenger application provides users with a simple way to communicate instantly with each other. This article covers an approach to writing a sample realtime chat messenger application, much like the existing ones like MSN, Yahoo, AOL etc using C#. In this first part of this article, Saravana Kumar covers the data model, the core functionality assembly, the server, and how it is configured using .NET remoting to expose it to remote clients. The second part of the article will cover the client applications.
    Writing Generic Data Access Code in ASP.NET 2.0 and ADO.NET 2.0
    MSDN
    Use a step-by-step approach to learn how to use different ASP.NET 2.0 and ADO.NET 2.0 tools and techniques for writing generic data access code.
    Xml Counter
    Master C#
    Everyone wants to know how many people and from where are visiting their pages (including Me) . A component without which any website is incomplete is a good Counter which helps the Web Developer to track the viewers and the viewers trend.
    Xml Counter 4
    Master C#
    Page Counter - Everyone wants to know how many people and from where are visiting their pages (including Me) . A component without which any website is incomplete, is a good Counter which helps the Web Developer to track the viewers visiting his site. To meet this requirement I have developed a Counter in ASP.NET, since I have access only to free resources in have used XML as my database to store the visitor information.
    XML Document Fidelity & Relational Views Using the XmlDataDocument Class
    ASPToday
    There are quite a few examples floating around the Internet of how to perform tasks using XML documents. Theres just as many, if not more, that deal with solutions involving DataSets. However, one of the commonly neglected scenarios is writing code that not only uses a DataSet, but also utilizes an XML document to represent the same data. In this article Kevin Hoffman, firstly, gives you some background information on synchronizing DataSets and XML Documents via the XmlDataDocument class. He then explains how you can provide a relational view of a subset of an XML document, by adding an XML Schema into the equation. He then gives several fully functional examples using practical data and scenarios.
    XML Features in ADO.NET
    MSDN
    XML and some of its related technologies, including XPath, XSL Transformation, and XML Schema, are unquestionably at the foundation of ADO.NET. As a matter of fact, XML constitutes the key element for the greatly improved interoperability of the ADO.NET object model when compared to ADO. In ADO, XML was merely an (non-default) I/O format used to persist the content of a disconnected recordset. The participation of XML in the building and in the inter-workings of ADO.NET is much deeper.
    XML Files
    MSDN
    InfoPath 2003 SP1 Preview
    XML Programming using VB.NET: Part 1
    C# Corner
    In this article we will explore XML classes and namespaces of .NET Framework Class Library and how to use them in VB.NET to read, write and navigate XML documents.
    XmlClient Managed Provider
    The Code Project
    This is my first attempt at writing a Managed Provider. The idea behind it was to allow users of the Managed Provider to be able to fill DataSets from XML in a homogeneous way. This way you could mix XML and database data together without having to know exactly which is from which.
    XMLDataViewer
    The Code Project
    An XML Viewer that displays data, images and video files (and plays them).
    XSLT / XML / C#
    C# Help
    In this article the author shows how to apply XSLT to data coming from a database in XML format.
    Ad
    BootFX
    Reliable and powerful .NET application framework.
    Looking to invest in a major software project? Technical and commercial advice available here.
    Other Helpful Sites
    MBR 247
    Topaz Filer
    SharePoint Email Filing
    Software Advisory Services
     
    Copyright © AMX Software Ltd 2008-2010. Portions copyright © Matthew Baxter-Reynolds 2001-2010. All rights reserved.
    Contact Us - Terms of Use - Privacy Policy - 4.0.30129.1734