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. How to open link in New Tab in the Main browser

How to open link in New Tab in the Main browser

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialquestion
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
    VanithaVasu
    wrote on last edited by
    #1

    In Asp.net 2.0 webapplication how to create a new tab on link button clicked like how firefox browsers does. It should open in any browsers when i run my asp.net 2.0 web application. Is there any solution?

    VanithaVasu

    V 1 Reply Last reply
    0
    • V VanithaVasu

      In Asp.net 2.0 webapplication how to create a new tab on link button clicked like how firefox browsers does. It should open in any browsers when i run my asp.net 2.0 web application. Is there any solution?

      VanithaVasu

      V Offline
      V Offline
      Vimalsoft Pty Ltd
      wrote on last edited by
      #2

      Am not sure what you mean ,but if you want to achieve the Following. You have a link Button that takes you to another page and you want to open that new page on a new Window(Browser).If Am navigating away from my Site, i use a Hyperlink that has a Property "Target" that you can set to "_Blank", but for you this might help

      LinkButton1.Attributes.Add("onclick", "window.open('test.aspx');")

      Hope it Helps

      Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

      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