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. PopUp problem

PopUp problem

Scheduled Pinned Locked Moved ASP.NET
debugginghelp
1 Posts 1 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.
  • P Offline
    P Offline
    ppayal
    wrote on last edited by
    #1

    Hi! I have a page (say parent page) which has a button(Button1). When the user clicks on 'Button1', a popup screen(child page1) pops up. This child page has a lot of controls. When the user clicks on one of the buttons on this child page , the childpage1 closes and the values entered in child page are displayed on the parentpage controls. I have implemented this using showModalDialog() , __doPostBack() (for the button Button1) and Page.GetPostBackEventReference(Button1 ,string.Empty). The part mentioned above is working absolutely fine. Now, on the same parent page, I have one more button (Button2), which when clicked also opens another pop up page(child page2). In this child page2, I have drop downlist & listbox. The dropdownlist has autopostback (= true) which fills up the listbox. My problem is that, it doesn't fill up the listbox. I have run the debugger within the code-behind , and found that , the items get filled in the listbox but it never shows on the screen. I have implemented this page also with the above mentioned method. I don't understand what the reason is. Can anybody please suggest. Thanks and regards, ap.

    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