0
kicks
Solution - ASP.NET jQuery AutoComplete not respond after ajax postback
I have an ASP.NET WebForms app with an UpdatePanel containing a search area where I have a ASP:TextBox that I use for a jQuery autocomplete.
This whole thing works fine, but if I click on a ASP:Button and process some code for the search area, the autocomplete javascript no longer works.