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 Studio
  4. Pass multiple values from datagrid hyperlink column

Pass multiple values from datagrid hyperlink column

Scheduled Pinned Locked Moved Visual Studio
javascripthelpquestion
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.
  • V Offline
    V Offline
    Vipin d
    wrote on last edited by
    #1

    in datagrid hyperlink column i want to pass first coulmn value and last coulmn values how it psosible? in hyper link column i use this to pass value but it is not working.... DataNavigateUrlFormatString="javascript:openwindow('Candidatedetails.aspx?id={0}&istatus={2}');" this is my code it show error urgent All I ever wanted is what others have.... CrazySanker -- modified at 3:36 Tuesday 7th February, 2006

    O 1 Reply Last reply
    0
    • V Vipin d

      in datagrid hyperlink column i want to pass first coulmn value and last coulmn values how it psosible? in hyper link column i use this to pass value but it is not working.... DataNavigateUrlFormatString="javascript:openwindow('Candidatedetails.aspx?id={0}&istatus={2}');" this is my code it show error urgent All I ever wanted is what others have.... CrazySanker -- modified at 3:36 Tuesday 7th February, 2006

      O Offline
      O Offline
      OMalleyW
      wrote on last edited by
      #2

      question: Do you have to use a HyperLinkColumn or can you use a label? Here is my suggestion: You have a datagrid right? Please note: Extra spaces were added so this shows up correctly. <--- Control ---------> <-----------------------> <------- JavaScript ----> function sendMe(Item) { var windowParameter1 = Item.getAttribute("FirstValue"); var windowParameter2 = Item.getAttribute("SecondValue"); window.open("Candidatedetails.aspx?id=" + windowParameter1 + "&istatus=" + windowParameter2); } <-----------------------> Please let me know if this helps Will I hate users. Not all of them, just the ones who talk.CP member: Al Einstien

      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