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. selecting a value from dropdownlist

selecting a value from dropdownlist

Scheduled Pinned Locked Moved ASP.NET
databasehelptutorial
6 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
    Mamphekgo Bahula
    wrote on last edited by
    #1

    Hi i have populated dropdownlist with data from database on form load.the problem is when ever i select a something from dropdownlist is removing the default value.for the example if my default value was jakes and select jacob it removes jakes from dropdownlist

    Mamphekgo

    E M 2 Replies Last reply
    0
    • M Mamphekgo Bahula

      Hi i have populated dropdownlist with data from database on form load.the problem is when ever i select a something from dropdownlist is removing the default value.for the example if my default value was jakes and select jacob it removes jakes from dropdownlist

      Mamphekgo

      E Offline
      E Offline
      eyeseetee
      wrote on last edited by
      #2

      Ok lets try and clarify here:

      mamphekgojakes wrote:

      for the example if my default value was jakes and select jacob it removes jakes from dropdownlist

      what permantly or just whilst the page is in that state? i.e. if you refresh the page does it show again? Have you got an onclick event for your dropdown?

      M 1 Reply Last reply
      0
      • M Mamphekgo Bahula

        Hi i have populated dropdownlist with data from database on form load.the problem is when ever i select a something from dropdownlist is removing the default value.for the example if my default value was jakes and select jacob it removes jakes from dropdownlist

        Mamphekgo

        M Offline
        M Offline
        Michael Bookatz
        wrote on last edited by
        #3

        check if you are refreshing the list. If so make sure to not do on a postback ie

        if(!IsPostback)
        {
        //create list....
        }

        1 Reply Last reply
        0
        • E eyeseetee

          Ok lets try and clarify here:

          mamphekgojakes wrote:

          for the example if my default value was jakes and select jacob it removes jakes from dropdownlist

          what permantly or just whilst the page is in that state? i.e. if you refresh the page does it show again? Have you got an onclick event for your dropdown?

          M Offline
          M Offline
          Mamphekgo Bahula
          wrote on last edited by
          #4

          it remove it permanently.

          Mamphekgo

          E 1 Reply Last reply
          0
          • M Mamphekgo Bahula

            it remove it permanently.

            Mamphekgo

            E Offline
            E Offline
            eyeseetee
            wrote on last edited by
            #5

            where is the text created, is it binded from a database? or is it in your aspx page

            M 1 Reply Last reply
            0
            • E eyeseetee

              where is the text created, is it binded from a database? or is it in your aspx page

              M Offline
              M Offline
              Mamphekgo Bahula
              wrote on last edited by
              #6

              is binded from database

              Mamphekgo

              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