Hello Guys,
I need to implement Facebook like AutoSuggest texbox using jquery in my asp.net application. I googled a lot about this but only found PHP links :( Any pointer or suggestion will be really helpful. thanks
Hello Guys,
I need to implement Facebook like AutoSuggest texbox using jquery in my asp.net application. I googled a lot about this but only found PHP links :( Any pointer or suggestion will be really helpful. thanks
You don't really need a specific example of the server-side code, do you? I'd guess that using this page as a starting point, and using something like Fiddler to intercept the traffic from the page you should be able to figure out what is required on the back end... (clue : autocomplete_ajax.cfm expects a query parameter called q with the text entered from the form, and returns data in the format
Match1Name|Match1Id
Match2Name|Match2Id
)
Hi
Go through this link and download the autosuggestion file(jquery.fcbkcomplete.min http://www.emposha.com/ of jQuery