javascript - Retrieve if an Updatepanel has made a postback -


can tell me if can retrieve javascript above asp.net updatepanel had made asynchronous postback ?

thank's !

have tried registering startup script in updatepanel? this:

scriptmanager.registerstartupscript(this.updatepanelid, typeof(string), "updatepanelscript", "alert('from updatepanel');", true); 

here's link documentation: http://msdn.microsoft.com/en-us/library/bb359558.aspx


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -