Results 1 to 2 of 2

Thread: Autoselect dropdown box

  1. #1
    Join Date
    Sep 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Autoselect dropdown box

    I'm trying to find a dropdown or textbox solution that auto-highlights the nearest match in the dropdown list as the user types.

    Basically like the Dropdown box you see in MS applications.

    I've seen one that was Ajax based, but too slow with all it's server queries. I'm trying to find one that is handled at the client side.

    Thank you!

    torres

  2. #2
    Join Date
    Sep 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Found this promising solution here:


    http://www.bmchebbi.addr.com/autofill.html


    If you press "J" it brings up "January". If you press "JU" it brings up "July", etc.

    Unfortunately, I'm not sure how to fill the list using .Net.
    The author is using a variable in the Javascript to store the list of months.

    Torres

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •