Drop down list

  • Hi i have a drop down list with 3 options if i select the "other" option i want a new text box to be displayed so i can enter in data to update the table with this information how would i go about doing this ?

  • On the onclick() event of the combobox, check the value of the combo and display/hide the textbox accordingly.

     

    Then depending on wether the textbox has a datasource, then you may hve to manually update the data.  I'm sure you can figure this one out from there .

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply