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. remove dynamic created control

remove dynamic created control

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

    i m creating controls dynamically...like i m having a button "Add More" and on click of this button i want to add dropdownlist binded from database and a link button "Remove" when user clicks on remove button the particular dropdownlist and that remove button should be removed.... but how can i do that using javascript...

    A 1 Reply Last reply
    0
    • M Miss Maheshwari

      i m creating controls dynamically...like i m having a button "Add More" and on click of this button i want to add dropdownlist binded from database and a link button "Remove" when user clicks on remove button the particular dropdownlist and that remove button should be removed.... but how can i do that using javascript...

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      Just use document.removeChild(element) to remove. Also do an AJAX call to the database to remove the element from server as well.. ;) ;)

      Abhishek Sur

      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