This happens because the UpdatePanel executes a partial postback and the DOM for elements are destroyed. To address this issue, you can use pageload() event.
This happens because the UpdatePanel executes a partial postback and the DOM for elements are destroyed. To address this issue, you can use pageload() event.