Gokuldas Palapatta
This blog is all about the issues and frictions which i have faced as a developer ;)
Wednesday, 2 March 2016
Call a javascript function on all Postback
<script type="text/javascript">
$(document).ready(function () {
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_endRequest(function (s, e) {
alert('Postback!'); // write ur Fn here
});
});
</script>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment