Someone suggested that javascript would be the way to go with this one ....
Can anyone offer assistance ?
I'm looking for some way of replicating what would be a dropdownlist that allows the user to type directly into it.
(For instance like the standard Visual Studio C# ComboBox component if set to DropDown style - allowing free-type entry or selection from drop down).
In order to do this I've tried to put a DropDownList component behind a TextBox component on a web form - with the TextBox being loaded with the selected string from the DropDownList each time the item selected changes.
However on doing this the DropDownList always takes prominence and sits on top of the TextBox.
Can anyone suggest a workaround for me ? In order to get what I'm trying to achieve (I'm none to keen on custom controls - I'm trying to keep it raw).
Thanks in advance
Steve
Can anyone offer assistance ?
I'm looking for some way of replicating what would be a dropdownlist that allows the user to type directly into it.
(For instance like the standard Visual Studio C# ComboBox component if set to DropDown style - allowing free-type entry or selection from drop down).
In order to do this I've tried to put a DropDownList component behind a TextBox component on a web form - with the TextBox being loaded with the selected string from the DropDownList each time the item selected changes.
However on doing this the DropDownList always takes prominence and sits on top of the TextBox.
Can anyone suggest a workaround for me ? In order to get what I'm trying to achieve (I'm none to keen on custom controls - I'm trying to keep it raw).
Thanks in advance
Steve