Home All Groups Group Topic Archive Search About
Author
30 Aug 2006 5:59 PM
Peter
Does anyone know of a good dropdown WebForm control that works like the
Windows Forms dropdown control with type ahead feature,  Where user can type
in a value and it automatically displays the like values in the listbox, or
user can click on the down arrow to bring a list of all items?  I have found
controls but they either do no let you type in the box or there is no
down-arrow to click to display all of the items in the listbox, just like
the Windows Forms dropdown box or you have to buy a huge library.  I just
need the single control.


Thanks


Peter

Author
31 Aug 2006 2:34 AM
Walter Wang [MSFT]
Hi Peter,

Do you mean a customized DropDownList which can select item by typing in it
(when it has focus)? Maybe you can check out following control:
http://www.dotnetjohn.com/articles.aspx?articleid=215

Hope this helps. Please feel free to post here if anything is unclear.

Sincerely,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Author
31 Aug 2006 12:12 PM
Peter
Show quote
"Walter Wang [MSFT]" <waw***@online.microsoft.com> wrote in message
news:B2VWNqKzGHA.4616@TK2MSFTNGXA01.phx.gbl...
> Hi Peter,
>
> Do you mean a customized DropDownList which can select item by typing in
> it
> (when it has focus)? Maybe you can check out following control:
> http://www.dotnetjohn.com/articles.aspx?articleid=215
>
> Hope this helps. Please feel free to post here if anything is unclear.
>
> Sincerely,
> Walter Wang (waw***@online.microsoft.com, remove 'online.')
> Microsoft Online Community Support
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscriptions/support/default.aspx.
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>

Sorry! I forgot to mention that it has to be .NET 1.1
Author
31 Aug 2006 12:31 PM
Walter Wang [MSFT]
Hi Peter,

What do you think of the ComboBox Control recommended by Steve? It's
written in .NET 1.1.



Regards,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Author
31 Aug 2006 1:06 PM
Peter
Show quote
"Peter" <pczurak@nospam.nospam> wrote in message
news:edwJYcPzGHA.3280@TK2MSFTNGP02.phx.gbl...
>
> "Walter Wang [MSFT]" <waw***@online.microsoft.com> wrote in message
> news:B2VWNqKzGHA.4616@TK2MSFTNGXA01.phx.gbl...
>> Hi Peter,
>>
>> Do you mean a customized DropDownList which can select item by typing in
>> it
>> (when it has focus)? Maybe you can check out following control:
>> http://www.dotnetjohn.com/articles.aspx?articleid=215
>>
>> Hope this helps. Please feel free to post here if anything is unclear.
>>
>> Sincerely,
>> Walter Wang (waw***@online.microsoft.com, remove 'online.')
>> Microsoft Online Community Support
>>
>> ==================================================
>> Get notification to my posts through email? Please refer to
>> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>> ications.
>>
>> Note: The MSDN Managed Newsgroup support offering is for non-urgent
>> issues
>> where an initial response from the community or a Microsoft Support
>> Engineer within 1 business day is acceptable. Please note that each
>> follow
>> up response may take approximately 2 business days as the support
>> professional working with you may need further investigation to reach the
>> most efficient resolution. The offering is not appropriate for situations
>> that require urgent, real-time or phone-based interactions or complex
>> project analysis and dump analysis issues. Issues of this nature are best
>> handled working with a dedicated Microsoft Support Engineer by contacting
>> Microsoft Customer Support Services (CSS) at
>> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>> ==================================================
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>
> Sorry! I forgot to mention that it has to be .NET 1.1
>
>

I see there's a .NET 1.1 version, I will check it out,

Thank You
Author
4 Sep 2006 8:59 AM
Walter Wang [MSFT]
Hi Peter,

I am interested in this issue. Would you mind letting me know the result of
the suggestions? If you need further assistance, feel free to let me know.
I will be more than happy to be of assistance.

Have a great day!

Regards,
Walter Wang (waw***@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Author
31 Aug 2006 6:07 AM
Steve C. Orr [MVP, MCSD]
Here's a really nice free one you should definitely look into:
http://www.metabuilders.com/Tools/ComboBox.aspx


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


Show quote
"Peter" <pczurak@nospam.nospam> wrote in message
news:eoWal5FzGHA.4580@TK2MSFTNGP05.phx.gbl...
> Does anyone know of a good dropdown WebForm control that works like the
> Windows Forms dropdown control with type ahead feature,  Where user can
> type in a value and it automatically displays the like values in the
> listbox, or user can click on the down arrow to bring a list of all items?
> I have found controls but they either do no let you type in the box or
> there is no down-arrow to click to display all of the items in the
> listbox, just like the Windows Forms dropdown box or you have to buy a
> huge library.  I just need the single control.
>
>
> Thanks
>
>
> Peter
>
Author
31 Aug 2006 12:56 PM
Peter
Show quote
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%23qLQ$OMzGHA.3752@TK2MSFTNGP02.phx.gbl...
> Here's a really nice free one you should definitely look into:
> http://www.metabuilders.com/Tools/ComboBox.aspx
>
>
> --
> I hope this helps,
> Steve C. Orr
> MCSD, MVP, CSM
> http://SteveOrr.net
>
>
> "Peter" <pczurak@nospam.nospam> wrote in message
> news:eoWal5FzGHA.4580@TK2MSFTNGP05.phx.gbl...
>> Does anyone know of a good dropdown WebForm control that works like the
>> Windows Forms dropdown control with type ahead feature,  Where user can
>> type in a value and it automatically displays the like values in the
>> listbox, or user can click on the down arrow to bring a list of all
>> items? I have found controls but they either do no let you type in the
>> box or there is no down-arrow to click to display all of the items in the
>> listbox, just like the Windows Forms dropdown box or you have to buy a
>> huge library.  I just need the single control.
>>
>>
>> Thanks
>>
>>
>> Peter
>>
>
>

Thank you for suggestion, but this one needs some work to be usable and
right now I do not have time to work on it.
Although it works it has some quirks that make it frustrating for the user.
For instance when you stop typing in the text box the cursor goes to the
beginning of the text, when you use the back space the type ahead does not
work and it does not work in FireFox although it's not a concern for me
right now.

I hate to complain because this control is free and it has the source code
so I can change what ever I want, but I just don't have time to do that.

AddThis Social Bookmark Button