views:

504

answers:

1

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:
1>ASP.NET text-box which has autocomplete added to it.
2>It will fetch records from "search.aspx?q=searchtext" and get back maximum of 5 matching results in C# ArrayList Format
3>Show those 5 matching autocomplete records below text-box as it does in the jquery UI demo page
4>Keep 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: 1>JSON, 2>XML 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.

A: 

The question is solved without the help of R0MANARMY because there are better coders out there who helped me solve the issue! Thanks but no thanks!

Avi
man, you're lazy
jamiebarrow