ComboBox in ASP.NET
Posted
by nCdy
on Stack Overflow
See other posts from Stack Overflow
or by nCdy
Published on 2010-03-16T05:14:38Z
Indexed on
2010/03/16
5:16 UTC
Read the original article
Hit count: 286
ASP.NET
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 ?
© Stack Overflow or respective owner