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. Data Row From Data Grid

Data Row From Data Grid

Scheduled Pinned Locked Moved Visual Basic
css
2 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.
  • F Offline
    F Offline
    FireOnMoon
    wrote on last edited by
    #1

    can any body tell me about the reading of a data element from a data grid's data row. I want to fill every element in the appropriate text box. on clicking of a butting. FIRE

    A 1 Reply Last reply
    0
    • F FireOnMoon

      can any body tell me about the reading of a data element from a data grid's data row. I want to fill every element in the appropriate text box. on clicking of a butting. FIRE

      A Offline
      A Offline
      Asim N
      wrote on last edited by
      #2

      YOu can do this like this: Dim str As String = DataGrid1.Item(0, 2).ToString() 0 - rowindex 2 - colindex thats it. Regards, Asim

      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