Community discussion forum

C#+ adding datatables of same format to data set+ urgent!!!

  • 8 months ago

    hi all,

    i have a loop with a database query statement inside. every time the the database return a dataset. what i want to do is just display all the records in datagrid i.e. adding more records below the existing records.


    i.e pile up the records all the datatables r in same format i.e same columns

    Thanks

    Radhika

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 8 months ago

    hi,

     

    maintaing a global data table and making the datasoursce of the data grid to this data table will solve

    everytime u get new records just add those records to this global datatable..as it is the datasource of the grid this will make sure new records wil add to datagrid..

     

    Ramki

Post a reply

Enter your message below

Sign in or Join us (it's free).