开发者

ComboBox in ASP.NET

开发者 https://www.devze.com 2022-12-22 20:53 出处:网络
I can do DropDownList <asp:DropDownList ID=\"YearList\" runat=\"server\" oninit=\"YearList_Init1\" />

I can do DropDownList

<asp:DropDownList ID="YearList" runat="server" oninit="YearList_Init1" />

but I can't edit text manually开发者_运维知识库 there.

I can do Text box with Ajax DropDown extender but I can't select->Insert to textbox there. Only display :S

Question : how to create DropDownList which I can edit manually ?


What you're looking for is a ComboBox.

There is the official ASP.Net AJAX ComboBox


You can use AutoComplete using jquery

Also see jQuery AutoComplete

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号