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. .NET (Core and Framework)
  4. DataGrid Header

DataGrid Header

Scheduled Pinned Locked Moved .NET (Core and Framework)
visual-studiotutorialquestion
3 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.
  • B Offline
    B Offline
    bobbymale77
    wrote on last edited by
    #1

    How to get the datagrid header value? I have VS 2003 and not able to use Datagridview so is there any other work around?

    A 1 Reply Last reply
    0
    • B bobbymale77

      How to get the datagrid header value? I have VS 2003 and not able to use Datagridview so is there any other work around?

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

      what you want to do exactly please explain.....

      Anshuman Singh

      B 1 Reply Last reply
      0
      • A Anshumas

        what you want to do exactly please explain.....

        Anshuman Singh

        B Offline
        B Offline
        bobbymale77
        wrote on last edited by
        #3

        Singh, Thank you for your interest on this post but I got it all figured out. First I connect to the database then query the table and set it as DataTable. From the datatable I managed to looped for inconsistent Header and display them onto Comboboxes as Lists adapter.Fill(dt) Dim dc As DataColumn For Each dc In dt.Columns() .... end

        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