I'm able to create a List<> of strings and show it in a AutoCompleteExtender, but how can I make these suggestions clickable links? I figured, I could create a List of HyperLink objects, but they just show up as [Object] in the list. Any suggestions?
In simple words, I want to be able to click suggestions from the AutoSuggest list.
Will I need to use some kinda client side script?