in Search
     
Latest post 01-31-2008 9:18 AM by crawler486. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 01-18-2008 10:31 AM

    Is it possible sa textbox?

    Possible po ba sa textbox ung kapag mag ttype ako, may mga lumalabas na mga similar words depende sa mga ininput?

    bale ung pagkukunan ku ng data is nasa database.,

    parang may filtering ang nangyayari and may nag ddropdown na mga words related sa tinatype ku?

    kunyari.,

    type ako

    an,

    may ddrop down na words starting with an like ant, animal, anthology., mga ganun.

     

    Jeric John Romero 4th yr-BS Information Technology Adamson University
    • Post Points: 35
  • 01-18-2008 1:08 PM In reply to

    • marl
    • Top 10 Contributor
    • Joined on 12-15-2007
    • Long Beach, CA
    • Posts 319
    • Points 3,995

    Re: Is it possible sa textbox?

    hydrocephalus:

    Possible po ba sa textbox ung kapag mag ttype ako, may mga lumalabas na mga similar words depende sa mga ininput?

    bale ung pagkukunan ku ng data is nasa database.

     

     Predictive Text ba? Maybe this helps:

    Background:
    I have a dropdown box that users are allowed to type into, which predicts what they are typing based on items within this drop down box (pre-loaded from SQL DB).
    Read More...

    devpinoy sig
    Filed under:
    • Post Points: 20
  • 01-21-2008 1:30 PM In reply to

    • LaTtEX
    • Top 25 Contributor
    • Joined on 02-19-2006
    • Bonifacio Global City
    • Posts 87
    • Points 1,220

    Re: Is it possible sa textbox?

    If it's using webforms, you can't use standard textboxes for it. You'll have to use a custom user control + ASP.NET Ajax, or a third party web control.

    Jon Limjap tech :: DotNet @ Kape ni LaTtEX personal :: Kape ni LaTtEX our business: I-NAV Travel & Tours
    • Post Points: 5
  • 01-31-2008 9:18 AM In reply to

    Re: Is it possible sa textbox?

     Kung ASP.NET ito, try to lookup AutoCompleteExtender.  It will exactly do what u r looking for. Its AJAX based and calls a webservice to lookup matching names in the database.

    • Post Points: 5
Page 1 of 1 (4 items)