|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Looking for an Autocomplete DropDownListI need a dropdownlist that supports autocomplete. I have been googling and I
found a couple that look promising (e.g. http://www.dotnetjohn.com/articles.aspx?articleid=132) but frankly, I don't know what to do with that sample code? (I thought custom controls came as DLLs?) Anywy, if anyone has suggestions I'd appreciate it. Wayne Andy Smith of MetaBuilders built a combo box with autocomplete
functionality. The control (DLL) and the source code are free. Find them here: http://www.metabuilders.com/tools/ComboBox.aspx Show quoteHide quote "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message news:Ok0dZjaVFHA.1152@tk2msftngp13.phx.gbl... >I need a dropdownlist that supports autocomplete. I have been googling and >I found a couple that look promising (e.g. >http://www.dotnetjohn.com/articles.aspx?articleid=132) but frankly, I don't >know what to do with that sample code? (I thought custom controls came as >DLLs?) > > Anywy, if anyone has suggestions I'd appreciate it. > > Wayne > Thanks Steve;
I downloaded that package and added a reference but I still don't see the control in my toolbox. Is there a site with simple instructions on how to add a control? I remember seeing one a while back but I can't find it now? Wayne Show quoteHide quote "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message news:%23LRFgobVFHA.3076@TK2MSFTNGP12.phx.gbl... > Andy Smith of MetaBuilders built a combo box with autocomplete > functionality. > The control (DLL) and the source code are free. Find them here: > http://www.metabuilders.com/tools/ComboBox.aspx > > -- > I hope this helps, > Steve C. Orr, MCSD, MVP > http://SteveOrr.net > > > > "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message > news:Ok0dZjaVFHA.1152@tk2msftngp13.phx.gbl... >>I need a dropdownlist that supports autocomplete. I have been googling and >>I found a couple that look promising (e.g. >>http://www.dotnetjohn.com/articles.aspx?articleid=132) but frankly, I >>don't know what to do with that sample code? (I thought custom controls >>came as DLLs?) >> >> Anywy, if anyone has suggestions I'd appreciate it. >> >> Wayne >> > > Simply drag the DLL into your Visual Studio.NET toolbox.
Show quoteHide quote "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message news:ejziadhVFHA.2520@TK2MSFTNGP09.phx.gbl... > Thanks Steve; > > I downloaded that package and added a reference but I still don't see the > control in my toolbox. Is there a site with simple instructions on how to > add a control? I remember seeing one a while back but I can't find it now? > > Wayne > > "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message > news:%23LRFgobVFHA.3076@TK2MSFTNGP12.phx.gbl... >> Andy Smith of MetaBuilders built a combo box with autocomplete >> functionality. >> The control (DLL) and the source code are free. Find them here: >> http://www.metabuilders.com/tools/ComboBox.aspx >> >> -- >> I hope this helps, >> Steve C. Orr, MCSD, MVP >> http://SteveOrr.net >> >> >> >> "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message >> news:Ok0dZjaVFHA.1152@tk2msftngp13.phx.gbl... >>>I need a dropdownlist that supports autocomplete. I have been googling >>>and I found a couple that look promising (e.g. >>>http://www.dotnetjohn.com/articles.aspx?articleid=132) but frankly, I >>>don't know what to do with that sample code? (I thought custom controls >>>came as DLLs?) >>> >>> Anywy, if anyone has suggestions I'd appreciate it. >>> >>> Wayne >>> >> >> > > Steve;
I apologize for being dense but exactly from where/how do I drag the DLL? I have a copy in the bin folder of my app but when I drag it to the toolbox I get a new item in the Toolbox named "Text:http://localhost/UnitLogin/bin/MetaBuilders.WebControls.ComboBox.dll" This is apparently just a text object? Wayne Show quoteHide quote "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message news:u8Mu96lVFHA.3840@tk2msftngp13.phx.gbl... > Simply drag the DLL into your Visual Studio.NET toolbox. > > -- > I hope this helps, > Steve C. Orr, MCSD, MVP > http://SteveOrr.net > > > "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message > news:ejziadhVFHA.2520@TK2MSFTNGP09.phx.gbl... >> Thanks Steve; >> >> I downloaded that package and added a reference but I still don't see the >> control in my toolbox. Is there a site with simple instructions on how to >> add a control? I remember seeing one a while back but I can't find it >> now? >> >> Wayne >> >> "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message >> news:%23LRFgobVFHA.3076@TK2MSFTNGP12.phx.gbl... >>> Andy Smith of MetaBuilders built a combo box with autocomplete >>> functionality. >>> The control (DLL) and the source code are free. Find them here: >>> http://www.metabuilders.com/tools/ComboBox.aspx >>> >>> -- >>> I hope this helps, >>> Steve C. Orr, MCSD, MVP >>> http://SteveOrr.net >>> >>> >>> >>> "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message >>> news:Ok0dZjaVFHA.1152@tk2msftngp13.phx.gbl... >>>>I need a dropdownlist that supports autocomplete. I have been googling >>>>and I found a couple that look promising (e.g. >>>>http://www.dotnetjohn.com/articles.aspx?articleid=132) but frankly, I >>>>don't know what to do with that sample code? (I thought custom controls >>>>came as DLLs?) >>>> >>>> Anywy, if anyone has suggestions I'd appreciate it. >>>> >>>> Wayne >>>> >>> >>> >> >> > > Strange.
Well try right clicking on the toolbox and adding the component through the menu. Show quoteHide quote "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message news:uqPBC1oVFHA.3572@TK2MSFTNGP12.phx.gbl... > Steve; > > I apologize for being dense but exactly from where/how do I drag the DLL? > I have a copy in the bin folder of my app but when I drag it to the > toolbox I get a new item in the Toolbox named > "Text:http://localhost/UnitLogin/bin/MetaBuilders.WebControls.ComboBox.dll" > This is apparently just a text object? > > Wayne > > > "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message > news:u8Mu96lVFHA.3840@tk2msftngp13.phx.gbl... >> Simply drag the DLL into your Visual Studio.NET toolbox. >> >> -- >> I hope this helps, >> Steve C. Orr, MCSD, MVP >> http://SteveOrr.net >> >> >> "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message >> news:ejziadhVFHA.2520@TK2MSFTNGP09.phx.gbl... >>> Thanks Steve; >>> >>> I downloaded that package and added a reference but I still don't see >>> the control in my toolbox. Is there a site with simple instructions on >>> how to add a control? I remember seeing one a while back but I can't >>> find it now? >>> >>> Wayne >>> >>> "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message >>> news:%23LRFgobVFHA.3076@TK2MSFTNGP12.phx.gbl... >>>> Andy Smith of MetaBuilders built a combo box with autocomplete >>>> functionality. >>>> The control (DLL) and the source code are free. Find them here: >>>> http://www.metabuilders.com/tools/ComboBox.aspx >>>> >>>> -- >>>> I hope this helps, >>>> Steve C. Orr, MCSD, MVP >>>> http://SteveOrr.net >>>> >>>> >>>> >>>> "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message >>>> news:Ok0dZjaVFHA.1152@tk2msftngp13.phx.gbl... >>>>>I need a dropdownlist that supports autocomplete. I have been googling >>>>>and I found a couple that look promising (e.g. >>>>>http://www.dotnetjohn.com/articles.aspx?articleid=132) but frankly, I >>>>>don't know what to do with that sample code? (I thought custom controls >>>>>came as DLLs?) >>>>> >>>>> Anywy, if anyone has suggestions I'd appreciate it. >>>>> >>>>> Wayne >>>>> >>>> >>>> >>> >>> >> >> > > Thanks - that works.
Wayne Show quoteHide quote "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message news:uhu1PKpVFHA.612@TK2MSFTNGP12.phx.gbl... > Strange. > Well try right clicking on the toolbox and adding the component through > the menu. > > -- > I hope this helps, > Steve C. Orr, MCSD, MVP > http://SteveOrr.net > > > "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message > news:uqPBC1oVFHA.3572@TK2MSFTNGP12.phx.gbl... >> Steve; >> >> I apologize for being dense but exactly from where/how do I drag the DLL? >> I have a copy in the bin folder of my app but when I drag it to the >> toolbox I get a new item in the Toolbox named >> "Text:http://localhost/UnitLogin/bin/MetaBuilders.WebControls.ComboBox.dll" >> This is apparently just a text object? >> >> Wayne >> >> >> "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message >> news:u8Mu96lVFHA.3840@tk2msftngp13.phx.gbl... >>> Simply drag the DLL into your Visual Studio.NET toolbox. >>> >>> -- >>> I hope this helps, >>> Steve C. Orr, MCSD, MVP >>> http://SteveOrr.net >>> >>> >>> "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message >>> news:ejziadhVFHA.2520@TK2MSFTNGP09.phx.gbl... >>>> Thanks Steve; >>>> >>>> I downloaded that package and added a reference but I still don't see >>>> the control in my toolbox. Is there a site with simple instructions on >>>> how to add a control? I remember seeing one a while back but I can't >>>> find it now? >>>> >>>> Wayne >>>> >>>> "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message >>>> news:%23LRFgobVFHA.3076@TK2MSFTNGP12.phx.gbl... >>>>> Andy Smith of MetaBuilders built a combo box with autocomplete >>>>> functionality. >>>>> The control (DLL) and the source code are free. Find them here: >>>>> http://www.metabuilders.com/tools/ComboBox.aspx >>>>> >>>>> -- >>>>> I hope this helps, >>>>> Steve C. Orr, MCSD, MVP >>>>> http://SteveOrr.net >>>>> >>>>> >>>>> >>>>> "Wayne Wengert" <wayneSKIPSPAM@wengert.org> wrote in message >>>>> news:Ok0dZjaVFHA.1152@tk2msftngp13.phx.gbl... >>>>>>I need a dropdownlist that supports autocomplete. I have been googling >>>>>>and I found a couple that look promising (e.g. >>>>>>http://www.dotnetjohn.com/articles.aspx?articleid=132) but frankly, I >>>>>>don't know what to do with that sample code? (I thought custom >>>>>>controls came as DLLs?) >>>>>> >>>>>> Anywy, if anyone has suggestions I'd appreciate it. >>>>>> >>>>>> Wayne >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
Why don't child control events trigger OnBubbleEvent?
Datalist - Image loads on localhost but not on server Valid values for properties Distributing OWC11 About CreateChildControls() Datagrid Hyperlink Doubt Multiple Label tags with same ID looking for tab control / tabstrip in VS 2005 beta2 Validation on dynamic fields Object reference not set to an instance of an object - newpost |
|||||||||||||||||||||||