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. General Programming
  3. Visual Basic
  4. regarding datagrid

regarding datagrid

Scheduled Pinned Locked Moved Visual Basic
help
4 Posts 4 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.
  • N Offline
    N Offline
    nagalakshmibasireddy
    wrote on last edited by
    #1

    hello, I have used two datasets for two tables and i have to pass these two datasets into datagrid.. i am using sqlserver 2000 plz help in this regarding, Thanks & Regards, Nagalakshmi -- modified at 6:16 Wednesday 21st December, 2005

    R A M 3 Replies Last reply
    0
    • N nagalakshmibasireddy

      hello, I have used two datasets for two tables and i have to pass these two datasets into datagrid.. i am using sqlserver 2000 plz help in this regarding, Thanks & Regards, Nagalakshmi -- modified at 6:16 Wednesday 21st December, 2005

      R Offline
      R Offline
      Roy Heil
      wrote on last edited by
      #2

      OK. What's the problem? Do you need to know how to bind a dataset to a datagrid? Are you having problems switching to the second dataset? Are you trying to bind both datasets to the datagrid at the same time? Roy.

      1 Reply Last reply
      0
      • N nagalakshmibasireddy

        hello, I have used two datasets for two tables and i have to pass these two datasets into datagrid.. i am using sqlserver 2000 plz help in this regarding, Thanks & Regards, Nagalakshmi -- modified at 6:16 Wednesday 21st December, 2005

        A Offline
        A Offline
        aarvee53
        wrote on last edited by
        #3

        Firstly I am not clear why you are trying to use two datasets. In my experience a single dataset se globally for the application will meet all the needs and is of course much easier to administer and control. You can keep adding and removing tables from them as and when you need it. That apart, if you want to just attach the datatable to the datagrid set it as the datasource of the grid. On the other hand, if you want to extract data from both the datasets and present it in a single datagrid, then I am afraid you must first extract the required info from the datasets in to a single table and then datasource it to the grid. Hope this helps. Varadarajan R

        1 Reply Last reply
        0
        • N nagalakshmibasireddy

          hello, I have used two datasets for two tables and i have to pass these two datasets into datagrid.. i am using sqlserver 2000 plz help in this regarding, Thanks & Regards, Nagalakshmi -- modified at 6:16 Wednesday 21st December, 2005

          M Offline
          M Offline
          mcgann
          wrote on last edited by
          #4

          What kind of database are you using? 1.SQL Server 2.MS Access Paul

          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