Calling Javascript After AJAX Request Completed
I found the following article to be very helpful when I was looking for a method to call a specific javascript function right after an AJAX request. blog.jeromeparadis.com/archive/2007/03/01/1501.aspx
For my readers that are using DotNetNuke to build AJAX enabled applications you must perform one additional task in your code-behind file to ensure that you have a script manager referenced for use on the front end of your application. To accomplish this you must simply place the below call in the page load event and ensure that it is called at least on the first load of any page that needs access to the script manager.
DotNetNuke.Framework.AJAX.RegisterScriptManager();
Posted by IowaComputerGurus on Sunday, April 22, 2007
Currently, there are no comments. Be the first to post one!
Click here to post a comment