How to initiate a JavaScript function after an Ajax post back or Page load?
The below code will explain you how to call a function after an Ajax post back using Sys.Application.add_load.you can hook a fuction to this evvent with will be called after a page is loaded after ajax postback.
No comments:
Post a Comment