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. Link button + set target frame

Link button + set target frame

Scheduled Pinned Locked Moved ASP.NET
helpquestion
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.
  • C Offline
    C Offline
    Commickey
    wrote on last edited by
    #1

    Hello, I want use a button that uses postback in the homepage of my application. Link button happens to do the work very well and also send the page Id and user Id accross but my problem is that, I am not able to set target frame if link button is used... does anyone know a workaround for this? Thanks in advance!

    P 1 Reply Last reply
    0
    • C Commickey

      Hello, I want use a button that uses postback in the homepage of my application. Link button happens to do the work very well and also send the page Id and user Id accross but my problem is that, I am not able to set target frame if link button is used... does anyone know a workaround for this? Thanks in advance!

      P Offline
      P Offline
      postmaster programmingknowledge com
      wrote on last edited by
      #2

      Dim link As New HyperLink link.Text = YOUR TEXT link.NavigateUrl = YOUR URL link.Target = "_blank" =================== Free Online Programming Resources http://www.programmingknowledge.com/

      C 1 Reply Last reply
      0
      • P postmaster programmingknowledge com

        Dim link As New HyperLink link.Text = YOUR TEXT link.NavigateUrl = YOUR URL link.Target = "_blank" =================== Free Online Programming Resources http://www.programmingknowledge.com/

        C Offline
        C Offline
        Commickey
        wrote on last edited by
        #3

        Hello, Thanks for the reply but I do not want to use hyperlink... I am using the "link button" control which can do some post back and also send some parameters to another but unlike hyperlink.... so do u think there is any way that I can set a target window with "link button"? any work around will do... Thanks, Commickey

        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