I need to have a dropdown list where you can click on it and type in a new
entry, which will then be added to the list. Is this possible?
Printable View
I need to have a dropdown list where you can click on it and type in a new
entry, which will then be added to the list. Is this possible?
Yes-either through javascript on the client or a postback to the server
Can someone post some code or pseudo code for this?