How to prevent a dropdownlist from postback or updating inside an updatepanel when button is clicked.
I am doing this because i have java script to make ddl a searchable dropdow
Even though there is no full PostBack, everything inside the UpdatePanel still gets refreshed and so the DOM loses the elements that were modified with jquery.
You need to call the function that created the searchable dropdownlists after a async PostBack also.