I've finally figured out how to use AutoCompleteExtender and i am not overly happy with it's current functionality.
First, i would like to be able to style the suggestions. When i try to add HTML to the string array getting returned by the web service, it just escapes all the HTML charachters. I would like to be able to show the item, and the description for that item, in a different font.
Also, when the item is selected, i would like it's ID stored somewhere. I've seen a workaround for this with an invisible button, so i am OK with using that approach, but i was wondering if there's a more graceful solution.
Thanks in advance!