JQuery UI Autocomplete TextBox in ASP.NET C# with ArrayList
- by Avishek Kumar
hello,
I am a asp.net coder looking forward to the "easiest tutorial on the planet" to understand how to make a JQuery Autocomplete in ASP.NET c# with ArrayList which not just me but every .net idiot can understand for once and forever as im tired of looking up so many tutorials which teach me nothing.
Im referring to this http://jqueryui.com/demos/autocomplete/ library for autocomplete thing.
Here is what exactly i want:
1ASP.NET text-box which has autocomplete added to it.
2It will fetch records from "search.aspx?q=searchtext" and get back maximum of 5 matching results in C# ArrayList Format
3Show those 5 matching autocomplete records below text-box as it does in the jquery UI demo page
4Keep doing the autocomplete work for every new Textvalue/changed value in Text-box
Here is "what i don't want to see" in my help example:
1JSON,
2XML
3.ASMX, LINQ, Theories of Book and all weired stuff
So let me see who actually knows the best code for helping me.
I would be thankful to the best ASP.NET coder who helps me out.