I want to implement jquery textbox auto suggest in my c# asp.net application for the purpose of searching employees.Now i am using ajax auto suggest in my application but it’s seems to be slow when data more than 50000 thousand.Somebody please help me.If any great idea about faster serching with huge data without using indexing please share with me.
Share
jQuery Auto search details given bellow : Put down this code in your .aspx file. Here txtSearchBox is search box name.
Now .cs file details:
If you wish you can use object data source like:In this case your object method should return List type data.