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. C#
  4. dataset,dataadapter

dataset,dataadapter

Scheduled Pinned Locked Moved C#
questiondatabasehelp
5 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
    NiloofarNoroozi
    wrote on last edited by
    #1

    Hi I have 2 queries,1 query for datagrid anad the other for textbox in one form. How can I use dataset,dataAdapter,dataview…? Do I need one dataset or two? Please help me Thank you very much

    A M U 3 Replies Last reply
    0
    • N NiloofarNoroozi

      Hi I have 2 queries,1 query for datagrid anad the other for textbox in one form. How can I use dataset,dataAdapter,dataview…? Do I need one dataset or two? Please help me Thank you very much

      A Offline
      A Offline
      AhsanS
      wrote on last edited by
      #2

      Please post what exactly your problem is. What you want to do.

      Ahsan Ullah Senior Software Engineer

      1 Reply Last reply
      0
      • N NiloofarNoroozi

        Hi I have 2 queries,1 query for datagrid anad the other for textbox in one form. How can I use dataset,dataAdapter,dataview…? Do I need one dataset or two? Please help me Thank you very much

        M Offline
        M Offline
        Muammar
        wrote on last edited by
        #3

        Here, http://www.codeproject.com/KB/miscctrl/Using_DataGrid.aspx[^] Help yourself:)


        All generalizations are wrong, including this one! (\ /) (O.o) (><)

        1 Reply Last reply
        0
        • N NiloofarNoroozi

          Hi I have 2 queries,1 query for datagrid anad the other for textbox in one form. How can I use dataset,dataAdapter,dataview…? Do I need one dataset or two? Please help me Thank you very much

          U Offline
          U Offline
          User 3634035
          wrote on last edited by
          #4

          you need only one dataset.Add it with your table name in dataset, then while assiging it to datagrid and TextBox give the appropriate Datamember name :) . like datagrid.datamember = Tablename for textbox datagrid.datamember = Tablename for datagrid. datagrid.dataSource = datasetName.

          N 1 Reply Last reply
          0
          • U User 3634035

            you need only one dataset.Add it with your table name in dataset, then while assiging it to datagrid and TextBox give the appropriate Datamember name :) . like datagrid.datamember = Tablename for textbox datagrid.datamember = Tablename for datagrid. datagrid.dataSource = datasetName.

            N Offline
            N Offline
            NiloofarNoroozi
            wrote on last edited by
            #5

            but i have one table and 2 query now do i need one dateset?

            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