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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. adding control's with out refreshing the page in asp.net

adding control's with out refreshing the page in asp.net

Scheduled Pinned Locked Moved Visual Basic
csharpasp-net
3 Posts 3 Posters 1 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
    mvkrishnas
    wrote on last edited by
    #1

    Dynamicaly adding control's with out refreshing the page

    M M 2 Replies Last reply
    0
    • M mvkrishnas

      Dynamicaly adding control's with out refreshing the page

      M Offline
      M Offline
      Michael Sync
      wrote on last edited by
      #2

      You can only add the javascript or html control without refreshing the page.. If you want to add the server control, I think it will be too difficult.. You may want to check the ASP.NET Ajax...

      Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

      1 Reply Last reply
      0
      • M mvkrishnas

        Dynamicaly adding control's with out refreshing the page

        M Offline
        M Offline
        Manikandan net
        wrote on last edited by
        #3

        use Java script to add the control dynamically, without refreshing the page. example: <div id="panel"></div> <script language="javascript"> var btn=document.createElement("input"); btn.type="button"; btn.value="Click me"; btn.onclick=function() { alert("Btn Clicked"); } panel.appendChild(btn); </script>

        Manikandan.net [Coding is life]

        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