|
Auto building combo lists
In an asp application, I have a number of combo lists that are created 'on the fly' by reading a database. If I need another entry for any list, I have to add the new entry to the database first, so it is available for the script that creates to combo list.
What I want to achieve is this. If a user looks at a combo list and finds the entry required is not there, he or she can then simply type in the entry required and this is added to the list in the database, ready for the next user. That way the lists will evolve as the users require the new entries.
Any ideas?
Regards
Gary
|