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. Disabling parent page

Disabling parent page

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

    Hi I have a button that open a child webform. Is it possible to disable the parent page while the child webform is open Thanks

    N 1 Reply Last reply
    0
    • R ruifernandes24

      Hi I have a button that open a child webform. Is it possible to disable the parent page while the child webform is open Thanks

      N Offline
      N Offline
      NewSilence
      wrote on last edited by
      #2

      yes, it is possible. System.Web.UI.WebControls.WebControl has "Enabled" property and System.Web.UI.HtmlControls.HtmlControl has "Disabled" property and those classes and page class have the child control collection. You can try to do the following: 1. you press a button 2. page reloads. and all controls are disables. 3. parent page opens the child webform using JS code 4. you close the child form and that reloads the parent page 5. parent page is reloaded and all controls are enabled. I guess it the easiest way to implement otherwise you should try to write JS code(I think that should take more time to implement)

      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