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. Dynamic Hide/Unhide text without page reload

Dynamic Hide/Unhide text without page reload

Scheduled Pinned Locked Moved ASP.NET
comtutorialquestion
3 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.
  • J Offline
    J Offline
    Jon G
    wrote on last edited by
    #1

    Can anyone explain to me how to dynamically Hide/Unhide controls without having to reload the page? I want to get the same effect as on the code project's message board, when you click on a topic, it opens the message without having to reload the page. If anyone can explain to me how this is done, it would be appreciated.. Thanks, Jon G www.Gizmocoder.com

    J 1 Reply Last reply
    0
    • J Jon G

      Can anyone explain to me how to dynamically Hide/Unhide controls without having to reload the page? I want to get the same effect as on the code project's message board, when you click on a topic, it opens the message without having to reload the page. If anyone can explain to me how this is done, it would be appreciated.. Thanks, Jon G www.Gizmocoder.com

      J Offline
      J Offline
      Juno EasyDotNet com
      wrote on last edited by
      #2

      Hi, Use javascript+dhtml to show/hide control on the page. document.all.controlid.style.display="none" to hide a control document.all.controlid.style.display="block" to show a control Juno MCSD.NET, MCDBA, MCSE ---------------------------------------------------------- Support Team of EasyDotNet, INC. http://www.EasyDotNet.com DataForm.NET - The most powerful data entry web server control for ASP.NET

      J 1 Reply Last reply
      0
      • J Juno EasyDotNet com

        Hi, Use javascript+dhtml to show/hide control on the page. document.all.controlid.style.display="none" to hide a control document.all.controlid.style.display="block" to show a control Juno MCSD.NET, MCDBA, MCSE ---------------------------------------------------------- Support Team of EasyDotNet, INC. http://www.EasyDotNet.com DataForm.NET - The most powerful data entry web server control for ASP.NET

        J Offline
        J Offline
        Jon G
        wrote on last edited by
        #3

        Thanks Jon G www.Gizmocoder.com

        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