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. how do i filling items in a drop down box in asp?

how do i filling items in a drop down box in asp?

Scheduled Pinned Locked Moved Web Development
questiondatabasetutorial
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.
  • K Offline
    K Offline
    keroed_edmond
    wrote on last edited by
    #1

    i want to fill a drop down box using data retrieved from access database....... i alread know how to connect and retrieve data from the database but i am a lil unsure as to how i can populate the drop down list with the values retrieved kenny

    C 1 Reply Last reply
    0
    • K keroed_edmond

      i want to fill a drop down box using data retrieved from access database....... i alread know how to connect and retrieve data from the database but i am a lil unsure as to how i can populate the drop down list with the values retrieved kenny

      C Offline
      C Offline
      CWIZO
      wrote on last edited by
      #2

      I think you have to output the OPTION tags "by hand" in classic ASP. -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

      A 1 Reply Last reply
      0
      • C CWIZO

        I think you have to output the OPTION tags "by hand" in classic ASP. -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

        A Offline
        A Offline
        AfriDiesel
        wrote on last edited by
        #3

        dynamically like this: -Select - <%do while not MyRs.EOF %> "><%=MyRs("name")%> <%MyRs.MoveNext loop%> or for none database driven content -Select - item1 item2 none

        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