Input text + selection from list

Hi,

I have a asp dropdown list in .aspx.

<asp: DropDownList Id=“drop1” runat=“server”/>

now i have a input textbox , in.aspx file.

now, the issue is i want to load the values in drop1 in text1(input) and if any value is not present in the list , the user should be able to type their own value.

any insight in to this is much appreciated.

thanks.

Use an HTML 5 combo box - it is an input type=text tag with a data list attached.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.