Can I use the data from a server-side databound DropDownList or ASP.NET Gridview for a JQuery Autocomplete?
I understand these databound controls get rendered to client-side html anyway. Is there a way that the JQuery Autocomplete can use them?
Im thinking of databinding a Gridview, visble=false it, then populate the Jquery Autocomplete with it.