Categories

Updated: 03/01/2002

Displaying XML Data in an ASP.NET page

The .NET framework provides the Dataset object which is designed to handle data abstractly independent of the data source. The DataSet can handle data from variety of sources like SQL, XML etc. In this article we''ll show you how to bind a data grid control to data in an XML file using the DataSet class.
©2003-2019 jCay.com