Avatar of AlHal2
AlHal2
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

Using dropdown and listboxes to enable user selection

Please see the attached file.
The program should allow users to select one or more options from the dropdown boxes.  The selected option gets put into the listbox.  When the user presses apply filter the items in the list box get sent to the stored procedure.
To make it work I use textboxes and hidden fields with javascript.
I want to make the textboxes eg txtfilenamecode invisible or at least disabled.  However this causes the program to fail.  
Any suggestions?
FileCollection.txt
.NET Programming

Avatar of undefined
Last Comment
AlHal2

8/22/2022 - Mon