Hi,
Jquery methods are not working after the page post back using the update panel in ASP.Net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Thiyagarajan EPosted Nov 22, 2016, 1:11 PM
Riddhi ValechaPosted Dec 22, 2021, 6:39 PM
Hello Sir,
How to retain the value of file upload here -
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function (sender, e) {
if (sender._postBackSettings.panelsToUpdate != null) {
/* Call your Jquery methods Here */
file upload control ??
ShowDatePicker();
}
});
};