As far as I know there is no actual ComboBox control in ASP.NET.

This guy seems to have a pretty good technique of rolling your own custom
combobox control:
http://dotnetslackers.com/articles/aspnet/Custom_ASPNET_ComboxBox_Control.aspx

-- 
California, in a move apparently intended to evade creditors, has its name
legally changed to ``South Oregon.'' - Dave Barry


On Fri, Feb 26, 2010 at 2:57 PM, Wylie <[email protected]> wrote:

> New to C#, former VB programmer.  Using Visual Studio 2008 to create a
> ASP.NET 2.0 web app.  I want to use a combobox that allows either
> freeform entry or selection from the list.  I can't figure it out at
> the moment.  I am currently using <asp:DropDownList> but it won't
> allow entry of something other than an list item.  What am I not
> seeing?
>
> -wylie
>

Reply via email to