Is there such a thing as an inputable drop down box in ASP? If so, what is the name of the control???
Printable View
Is there such a thing as an inputable drop down box in ASP? If so, what is the name of the control???
Not unless you use an ActiveX control... there is no HTML form control that duplicates a true combo box.
Although you can simulate one by using a textbox, select and some JavaScript.
Chris