Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to store many datatables to a dataset in asp.net 1.1 version

how to store many datatables to a dataset in asp.net 1.1 version

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialannouncement
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    puthu
    wrote on last edited by
    #1

    :((

    S 1 Reply Last reply
    0
    • P puthu

      :((

      S Offline
      S Offline
      Sylvester george
      wrote on last edited by
      #2

      using DataSet.Tables.Add() method

      Regards, Sylvester G sylvester_g_m@yahoo.com

      P 1 Reply Last reply
      0
      • S Sylvester george

        using DataSet.Tables.Add() method

        Regards, Sylvester G sylvester_g_m@yahoo.com

        P Offline
        P Offline
        puthu
        wrote on last edited by
        #3

        But my problem still exists i hav many datasets returning from class file(cs) and i have to pass all datasets to a single dataset in aspx.cs page Regards, puthu :sigh:

        S 1 Reply Last reply
        0
        • P puthu

          But my problem still exists i hav many datasets returning from class file(cs) and i have to pass all datasets to a single dataset in aspx.cs page Regards, puthu :sigh:

          S Offline
          S Offline
          Sylvester george
          wrote on last edited by
          #4

          DataSet containerdataset = new DataSet(); containerdataset.Tables.Add(ds1.Tables[0].Copy()) containerdataset.Tables.Add(ds2.Tables[0].Copy()) containerdataset.Tables.Add(ds3.Tables[0].Copy()) containerdataset.Tables.Add(ds4.Tables[0].Copy()) containerdataset.Tables.Add(ds5.Tables[0].Copy()) where ds1,ds2...ds5 are your dataset and finally all the tables you will get it in containerdataset

          Regards, Sylvester G sylvester_g_m@yahoo.com

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups