jQuery - growlUI and ASP Update Panel Postback Problem

Posted by leaf dev on Stack Overflow See other posts from Stack Overflow or by leaf dev
Published on 2010-05-26T16:49:03Z Indexed on 2010/05/26 16:51 UTC
Read the original article Hit count: 964

Filed under:
|
|
|
|

I am using the jQuery blockUI plugin's growlUI to display a return status message to the user when returning from an async postback from an update panel.

What happens is after returning and displaying the growl notification, any further postbacks seem to be broken and the app just spins.

I am using the ScriptManager.RegisterClientScriptBlock method to register the script.

and calling the growl UI method in javascript with $.growlUI('Notification', 'Message');

There are no javascript errors being displayed.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about update