Results 1 to 3 of 3

Thread: [RESOLVED] Asp.net webforms stacking panels

  1. #1

    Thread Starter
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,464

    Resolved [RESOLVED] Asp.net webforms stacking panels

    I have two panels in my webforms application. At startup, I have one panel with display: block and the other display: none...
    Both have the same size and location. On clicking a button I want one to disappear and the other to appear. What actually does happen is that one disappears leaving a blank screen.

    Can someone advise me on how to achieve this two panel approach?

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Asp.net webforms stacking panels

    Please mark you thread resolved using the Thread Tools as shown

  3. #3

    Thread Starter
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,464

    Re: Asp.net webforms stacking panels

    Thread resolved. Using .Attributes to access and set the style property worked...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width