|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Web control which is a combobox with an editable portionIs 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. 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/aspnet20/atlas/cascading_autocomplete.aspx Show quoteHide quote "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. > 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/UserSamples/Details.aspx?SampleGuid=45af5293-92d0-4ab2-b0aa-3e4b976b11dd Show quoteHide quote "Edward Diener" <ediener@no_spam_incomm.com> wrote in message news:ONIAfDjlGHA.3924@TK2MSFTNGP03.phx.gbl... > 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. Steve C. Orr [MVP, MCSD] wrote:
> Unfortunately there is no ComboBox in HTML. But you can create one using This is neat. Is this use of WinForm controls on WebForms documented > 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 anywhere in MSDN ? Show quoteHide quote > http://www.metabuilders.com/Tools/ComboBox.aspx > http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=45af5293-92d0-4ab2-b0aa-3e4b976b11dd >
ValidationControl evaluationfunction ASP.NET 2.0
Gridview extra header row with command button and paging validation message only show in val summary when ShowSummary=true when no js to execute on client Formview Question Client ID of User Control in Page templates XML Dropdownlist- Custom DataTextField radiobuttons - no list Anyway to enable a ToolTip for each ListItem Is it possible to get only the "Selected" text out of a TextBox Dropdown List with Parameters |
|||||||||||||||||||||||