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. Opening a new window from a hyperlink in an ItemTemplate column

Opening a new window from a hyperlink in an ItemTemplate column

Scheduled Pinned Locked Moved ASP.NET
cssquestion
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.
  • B Offline
    B Offline
    beacon dartmouth
    wrote on last edited by
    #1

    I need to open a page in a new window when a hyperlink is clicked in a data grid? Here's my code as of now:

    C 1 Reply Last reply
    0
    • B beacon dartmouth

      I need to open a page in a new window when a hyperlink is clicked in a data grid? Here's my code as of now:

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      You need to add a target attribute to your asp:Hyperlink element, and set it to "_blank"e.g.

      <asp:HyperLink runat="server" target="_blank"
      Text="Copy & Create" CausesValidation="False" NavigateUrl='<%# "fldCopyCreate.aspx?fldID=" &
      Container.DataItem("Field_ID") & "&tblID=" & Container.DataItem("Table_ID") & "&fldLogiName=" &
      Container.DataItem("Logical_Name") %>' />

      See HyperLink.Target Property[^] on MSDN


      Do you want to know more?


      Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

      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