JQuery UI Autocomplete TextBox in ASP.NET C# with ArrayList
        Posted  
        
            by Avishek Kumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Avishek Kumar
        
        
        
        Published on 2010-06-01T17:15:53Z
        Indexed on 
            2010/06/01
            17:33 UTC
        
        
        Read the original article
        Hit count: 1362
        
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.
© Stack Overflow or respective owner