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. data insertion in gridview

data insertion in gridview

Scheduled Pinned Locked Moved ASP.NET
csharpcssdatabasetutorial
5 Posts 5 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.
  • S Offline
    S Offline
    swtlibra
    wrote on last edited by
    #1

    i m using C#.net application with access database i want display the data in grid view from multiple tables like the column should display "serial number" from table1 and second column sholud display "Name" from table2 and so on any idea how to cater multiple tables with the gridview thanks

    A C M V 4 Replies Last reply
    0
    • S swtlibra

      i m using C#.net application with access database i want display the data in grid view from multiple tables like the column should display "serial number" from table1 and second column sholud display "Name" from table2 and so on any idea how to cater multiple tables with the gridview thanks

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      swtlibra wrote:

      how to cater multiple tables with the gridview

      You have to write a simple query for that, which will retreive data from two table based on join condition. Output of the query would be the source of GridView. Thanks !

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      1 Reply Last reply
      0
      • S swtlibra

        i m using C#.net application with access database i want display the data in grid view from multiple tables like the column should display "serial number" from table1 and second column sholud display "Name" from table2 and so on any idea how to cater multiple tables with the gridview thanks

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        You should buy a basic book or two before attempting this task, you need to cover some basics, or you're going to keep hitting the same brick walls.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        1 Reply Last reply
        0
        • S swtlibra

          i m using C#.net application with access database i want display the data in grid view from multiple tables like the column should display "serial number" from table1 and second column sholud display "Name" from table2 and so on any idea how to cater multiple tables with the gridview thanks

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

          just use join query n make bnind it with grid view....

          1 Reply Last reply
          0
          • S swtlibra

            i m using C#.net application with access database i want display the data in grid view from multiple tables like the column should display "serial number" from table1 and second column sholud display "Name" from table2 and so on any idea how to cater multiple tables with the gridview thanks

            V Offline
            V Offline
            Vimalsoft Pty Ltd
            wrote on last edited by
            #5

            look at this Coding an N-Tier Application in C# Without Any Wizard: Part II[^]

            Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/

            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