Editable Dropdown list in ASP.NET
I Have a requirement in which i need to display some values in a dropdown list so that the user can select a value from it and also the dropdown list must allow the user to type a new value inside the dropdown list,
Right now i am binding this dropdown list to a SQL Table column and able to display the values and the user is able to select a value from the list but i am not able edit the dropdown list , I tried using custom controls but it didnt work, can anyone help me out with this ? Thanks in advance
|