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. first click a button, half page display then next click another button display the remaining page using asp.net

first click a button, half page display then next click another button display the remaining page using asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-net
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.
  • M Offline
    M Offline
    My Article
    wrote on last edited by
    #1

    first click a button, half page display then next click another button display the remaining page using asp.net

    D 1 Reply Last reply
    0
    • M My Article

      first click a button, half page display then next click another button display the remaining page using asp.net

      D Offline
      D Offline
      Declan Bright
      wrote on last edited by
      #2

      I'm not quite sure if this is a problem you are having or is something you are trying to do!!! I'll assume the latter, place 2 Panel controls on a page with the Visible property set to false and add the relevant content to the 2 panels. In the OnClick of the button check if the first panel control is visible, if its not the set its visible property to true and so on....

      Declan Bright www.declanbright.com

      U 1 Reply Last reply
      0
      • D Declan Bright

        I'm not quite sure if this is a problem you are having or is something you are trying to do!!! I'll assume the latter, place 2 Panel controls on a page with the Visible property set to false and add the relevant content to the 2 panels. In the OnClick of the button check if the first panel control is visible, if its not the set its visible property to true and so on....

        Declan Bright www.declanbright.com

        U Offline
        U Offline
        UsmanMunier
        wrote on last edited by
        #3

        You can also achieve this with partial classes because at the end only one page will render.

        Usman Munier Xavor Corporation Pakistan

        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