Dear all,
I have to make a auto-search dropdownlist in asp.net.
There is ajax update panel used in the project.
The select2.js file is not working with updatepanel.
Please share how to do this ?
I need output as -
http://jayeshsorathia.blogspot.in/2013/04/make-dropdown-list-auto-complete-using-javascript-in-asp-net.html
Please guide..
Riddhi ValechaPosted Jun 17, 2019, 2:09 PM
Riddhi ValechaPosted Feb 20, 2017, 12:26 AM
Joginder BangerPosted Feb 17, 2017, 12:08 PM
I managed to solve it. The input is inside an UpdatePanel and it replaces its contents so the autocomplete configuration is lost.
The solution was to re-configure the autocomplete feature on each end_Request: