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. New to asp.net

New to asp.net

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

    Hi dear As we use code Dim DLG As New Form DLG.Showdialog() while working with multiple forms using vb.net.. Please advise me what would be the coding for asp.net while working with multiple forms. regards adil

    m.adil.farooq mcs & acca adil-farooq@maktoob.com

    G 1 Reply Last reply
    0
    • V v450305

      Hi dear As we use code Dim DLG As New Form DLG.Showdialog() while working with multiple forms using vb.net.. Please advise me what would be the coding for asp.net while working with multiple forms. regards adil

      m.adil.farooq mcs & acca adil-farooq@maktoob.com

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      You can not work with multiple forms in ASP.NET. You only response to one page request at a time. If you want to open another web page in a separate window, you either use the target property of the anchor tag: <a href="AnotherPage.aspx" target="_blank">open</a> Or you use Javascript: window.open('AnotherPage.aspx', '_blank');

      --- Year happy = new Year(2007);

      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