Welcome to Sign in | Join | Help
in
Home Forums Photos Downloads

Code needed: Predictive Type/Text

Last post 03-29-2007, 12:53 PM by itechcs. 5 replies.
Sort Posts: Previous Next
  •  11-21-2006, 11:55 379

    Code needed: Predictive Type/Text

    Does anyone have an ASP.Net code sample for predictive type/text that can be used in a dropdownbox or listbox?  VB.Net preferred, but if you have C# I suppose I could convert it.


    William Eaton, MCSE
    iTech Computer Solutions, LLC
    www.itechcs.com
  •  11-22-2006, 10:12 381 in reply to 379

    Re: Code needed: Predictive Type/Text

    you mean something like newegg's got?
    RileyTech.net
    Trainer video maker guy
    "Where did you find that?" code man

    Yes, I have and frequently wear a fedora :-P
  •  11-22-2006, 8:01 PM 382 in reply to 381

    Re: Code needed: Predictive Type/Text

    Kinda, yeah.  I have a project where there is a list of about 500+ values to select from.  Ideally, I'd like to use a dropdownlist control, or a listbox.  I've seen some code samples, and a combobox would work too (which is essentially what I need), but .Net does not have a built-in combobox control.

    Ideally a .Net managed code solution would be best, but if it has to be straight javascript that will work as well.

    Also, this needs to work in .Net 2.0.


    William Eaton, MCSE
    iTech Computer Solutions, LLC
    www.itechcs.com
  •  11-24-2006, 9:56 390 in reply to 379

    Re: Code needed: Predictive Type/Text

    Theres a sample on CodeProject - its in c#, but heyho - http://www.codeproject.com/aspnet/addinggooglesuggest.asp

     


    Senior C#.net Developer
  •  11-24-2006, 12:10 PM 391 in reply to 390

    Re: Code needed: Predictive Type/Text

    Still not quite what I'm looking for, but close.  That uses a textbox and only allows the user to type their selection.  I need that functionality combined into a dropdownlist or listbox control, not a text box, so that the user could also just scroll and find what they are looking for (normal DDL/Listbox functionality).
    William Eaton, MCSE
    iTech Computer Solutions, LLC
    www.itechcs.com
  •  03-29-2007, 12:53 PM 868 in reply to 391

    Re: Code needed: Predictive Type/Text

    AJAX to the rescue!

    They have a nifty new tool called ListSearch:  http://ajax.asp.net/ajaxtoolkit/ListSearch/ListSearch.aspx


    William Eaton, MCSE
    iTech Computer Solutions, LLC
    www.itechcs.com
    Filed under:
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems