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 a pop

How to open a pop

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialquestion
3 Posts 3 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.
  • H Offline
    H Offline
    horacyjr
    wrote on last edited by
    #1

    I am using c# asp.net and i have a user's file webform and i need to open other webform or pop up to select user, how to do that ?

    E C 2 Replies Last reply
    0
    • H horacyjr

      I am using c# asp.net and i have a user's file webform and i need to open other webform or pop up to select user, how to do that ?

      E Offline
      E Offline
      enjoycrack
      wrote on last edited by
      #2

      Hi there, try with js function: window.open(...) << >>

      1 Reply Last reply
      0
      • H horacyjr

        I am using c# asp.net and i have a user's file webform and i need to open other webform or pop up to select user, how to do that ?

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

        if u r using linkbutton or any other control then controlname.attributes.add("onclick","Javascript:OpenPopup('Give URl Name Here')"); function Openpopup(Url) { winObj=window.open(Url,"winDetails","menu=0,scrollbars=1,noresize,toolbar=0,width=380,height=360,left=10,top=10"); winObj.focus(); winobj=null; } Chintala Kiran

        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