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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -