Write entire contents of dropdown list to a database

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Write entire contents of dropdown list to a database

    i am dynmically creating a dropdown list and i am wondering how to
    write the contents of the dropdown list to a database.

    Purpose: i am creating program which allows you to create a
    questionaire. And i have a page which allows the person creating the
    questionaire to enter a question and all the possible answers to the
    question (the answers are added to the dropdown list). I want to be
    able to write this dropdown list to a single field in the database.
    Remember i am dynmanically creating the dropdown list so it will vary
    in size depending on the question.

    i have been stuck on this for ages.
    any help greatly appreciated

    Cheers
    BubbaGump Guest

  2. Similar Questions and Discussions

    1. Mysteriously deleted contents of an entire layer
      So this has happened to me twice now. I have a large (6x5 11x17 pages) file with 4 layers in it. I was resizing a text box, and mysteriously the...
    2. write to database without giving write permission to IIS
      Hi there, I have some ASP code that writes to access database. For security reason I do not want IUSER to give write permission to database...
    3. Write contents of Dropdown list to a database
      i am dynmically creating a dropdown list and i am wondering how to write the contents of the dropdown list to a database. Purpose: i am creating...
    4. dropdown list and database connection
      I'm new to ASP and database programming but I am trying to connect to a database using a concatenation of a strings and a menu item from a form....
    5. List all and field names database contents
      I have been provided with a DSN, user name and password for one of my clients sites. I'm not an ASP developer and need to view all the contents...
  3. #2

    Default RE: Write entire contents of dropdown list to a database

    Or perhaps while you are dynamically (in JavaScript) creating the
    dropdown list, also dynamically update a hidden field separating each
    item with something that the user can't enter perhaps such as |.

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139