Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
Is there a way to write a text inside a DropDownList itself(having both functionality of textbox and dropdiwnlist) in asp.net C# with out any dependency of other controls like textbox visibility etc.
Posted
Comments
tanweer 4-Oct-12 5:01am    
if you have constraint not to have any other controls like textbox then it is not possible in asp.net if you look at ajax toolkit combobox then there is an option to have autocomplete mode check here
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/combobox/combobox.aspx[^]
Albarhami 4-Oct-12 5:19am    
Thanks tanweer

1 solution

Please look into below link, this may help you.

Editable Dropdown - DHTML Behavior[^]

Editable DropDownlist[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900