Dear Techies,
I am a newbie to jQuery.But really fascinated on it.Hats off to jQuery Team
I have an aspx page where i want to implement an auto complete feature for a text box where user will type to search products.If they type,I wanto to show products with name a and their images to in the option.I have a DB table with 3 columns ProductId,ProductName and Image Name.
I tried the jQuery autocomplete plug gin.But could not find a solution for my requirement.Can any one guide me how to go ahead.Thanks in advance.