Click here to Skip to main content
15,891,607 members
Articles / Programming Languages / C#

Converting a DataSet to a Generic List

Rate me:
Please Sign up or sign in to vote.
4.57/5 (6 votes)
18 Jul 2009CPOL7 min read 77.7K   993   25  
Presents a simple utility framework that helps in converting DataSets to generic Lists.
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.1433
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Citrus.Data.Core.Demo.Dynamic
{


    public partial class Decimal_EditField
    {

        protected System.Web.UI.WebControls.TextBox TextBox1;

        protected System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;

        protected System.Web.UI.WebControls.CompareValidator CompareValidator1;

        protected System.Web.UI.WebControls.RegularExpressionValidator RegularExpressionValidator1;

        protected System.Web.UI.WebControls.RangeValidator RangeValidator1;

        protected System.Web.DynamicData.DynamicValidator DynamicValidator1;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United Kingdom United Kingdom
I work as a Technology Lead for an IT services company based in India.

Passions include programming methodologies, compiler theory, cartooning and calligraphy.

Comments and Discussions