Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Web control which is a combobox with an editable portion

Reply
Thread Tools

Web control which is a combobox with an editable portion

 
 
Edward Diener
Guest
Posts: n/a
 
      06-22-2006
Is there a web control which is the equivalent of a drop down combobox
with an editable portion ? It seems backwards to have to use two
separate web controls, a drop down list and a textbox, to implement this
idea which has its own solution in a single control under Windows.
 
Reply With Quote
 
 
 
 
Phillip Williams
Guest
Posts: n/a
 
      06-22-2006
No. There is not an HTML control equivalent to the Win Forms combo box. You
have to design custom controls to do it. Look at this sample using atlas in
asp.net 2.0:
http://www.webswapp.com/codesamples/...ocomplete.aspx

--
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com


"Edward Diener" wrote:

> Is there a web control which is the equivalent of a drop down combobox
> with an editable portion ? It seems backwards to have to use two
> separate web controls, a drop down list and a textbox, to implement this
> idea which has its own solution in a single control under Windows.
>

 
Reply With Quote
 
 
 
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      06-22-2006
Unfortunately there is no ComboBox in HTML. But you can create one using
JavaScript or use one that somebody else already wrote.
Here are some suggested resources for creating an ASP.NET combo box:
http://SteveOrr.net/articles/ComboBox.aspx
http://SteveOrr.net/articles/WinformControls.aspx
http://www.metabuilders.com/Tools/ComboBox.aspx
http://www.gotdotnet.com/Community/U...a-3e4b976b11dd

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"Edward Diener" <ediener@no_spam_incomm.com> wrote in message
news:...
> Is there a web control which is the equivalent of a drop down combobox
> with an editable portion ? It seems backwards to have to use two separate
> web controls, a drop down list and a textbox, to implement this idea which
> has its own solution in a single control under Windows.



 
Reply With Quote
 
Edward Diener
Guest
Posts: n/a
 
      06-24-2006
Steve C. Orr [MVP, MCSD] wrote:
> Unfortunately there is no ComboBox in HTML. But you can create one using
> JavaScript or use one that somebody else already wrote.
> Here are some suggested resources for creating an ASP.NET combo box:
> http://SteveOrr.net/articles/ComboBox.aspx
> http://SteveOrr.net/articles/WinformControls.aspx


This is neat. Is this use of WinForm controls on WebForms documented
anywhere in MSDN ?

> http://www.metabuilders.com/Tools/ComboBox.aspx
> http://www.gotdotnet.com/Community/U...a-3e4b976b11dd
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combobox Project: How to put 4 text items in the combobox christopher.m.lusardi@gmail.com Java 5 10-11-2012 09:29 PM
Creating a web control with editable regions (template control?) james.beauchamp@dipolar.com.au ASP .Net 0 06-21-2007 07:52 AM
Editable combobox =?Utf-8?B?WUs=?= ASP .Net 2 07-05-2006 09:29 AM
Editable combobox with javascript (source included) - please feedback! Oliver Hoehle Javascript 1 01-14-2005 02:01 PM
editable combobox Wael Bakr ASP General 3 12-25-2003 06:22 AM



Advertisments