Results 1 to 2 of 2

Thread: Combo Box in ASP

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Location
    y
    Posts
    141

    Angry

    Hi Folks
    How can i do comboBox in ASP that the user can add
    Item and update the Db
    Thanks
    Efrat

  2. #2
    Lively Member
    Join Date
    Mar 2001
    Location
    Sweden
    Posts
    115
    You create the combobox in HTML:
    Code:
    <SELECT name="combobox">
    <OPTION>Text1
    <OPTION>Text2
    </SELECT>
    Get the values in the combobox from a database.

    Then create a simpel text-field where the user can write something, button when clicked add the text to the database, and then (in the "add-script") refresh the page.

Posting Permissions

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



Click Here to Expand Forum to Full Width