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. Connect from DataGrid to Detail

Connect from DataGrid to Detail

Scheduled Pinned Locked Moved Visual Basic
csssales
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.
  • W Offline
    W Offline
    wvjim
    wrote on last edited by
    #1

    I am trying to move from a DataGrid to a new form that presents me with the information selected from the grid for updataing of a record. On the DataGrid I present a name and customer number. From there I can select a specific customer and then want to move to a form where the remaining information is presented to me for that specific customer (ie the 7th row on the grid) and allows me to change the information then return to the grid. I've tried a few things and have been unsuccessful so far. Thanks in advance, Jim

    M 1 Reply Last reply
    0
    • W wvjim

      I am trying to move from a DataGrid to a new form that presents me with the information selected from the grid for updataing of a record. On the DataGrid I present a name and customer number. From there I can select a specific customer and then want to move to a form where the remaining information is presented to me for that specific customer (ie the 7th row on the grid) and allows me to change the information then return to the grid. I've tried a few things and have been unsuccessful so far. Thanks in advance, Jim

      M Offline
      M Offline
      Mike Ellison
      wrote on last edited by
      #2

      How about using a detail form that accepts a customer id as a queryString parameter? http://localhost/myApp/myDetailForm.aspx?id=xxxx The detail form could present itself as a data entry form for a new record if the id parameter is not present, or an update form querying the db for data on customer id=xxxx and presenting it. Then use a TemplateColumn in your datagrid with a data binding expression to construct a hyperlink to the detail form, supplying the id. Just one idea.

      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