Hello Friends,
I want to search on Text changed event with huge data (Above 10,000 records) with fast. I don't know how to do this? Can you give me the suggestion for that?
Thanks in advance...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pradeep ShetPosted Aug 27, 2014, 4:15 AM
I can help you out. First thing you need,
1) jquery.ui libsrary which is having jquery.autocomplete() method which works on textchange
2) an ajax mathod to fetch data based on text provided. This ajax method will call webservice or wcf service
3) keypress event of textbox where you will call the ajax method to fetch the data.
Hope this steps helps you out.
Please mark it answered if it really helped
R JPosted Aug 26, 2014, 5:41 PM
JQuery UI has AutoComplete widget, you can simply use it.
Go through below link and it has sample too.
http://jqueryui.com/autocomplete/