496 Views
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.
0 comments