searching while typing in dropdown

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sunnydoon
    New Member
    • May 2007
    • 1

    searching while typing in dropdown

    hi everybody,
    i m new in asp and first time posting my prob to any community,
    My prob is that,
    Is there any option in asp, as we type the letters in dropdown it select acording to that like,

    abc
    bcd
    caa
    cbb
    cde
    def

    when i type cde from keyboard it select the 5th record
  • santosh9999
    New Member
    • Mar 2007
    • 4

    #2
    Hi,
    You can do it using AJAX.It is very fast and effiecient .In place of drop down take a text box and onkeypress event call the server page through ajax script which will filter out records from the recordset based on the string present in textbox.It works like google suggestion box in google search.
    Thanks,
    Santosh

    Comment

    Working...