Pages

Thursday 29 December 2011

Alert Messages for Ajaxed pages


We can use the following code for alert messages in ajaxed pages:
 

ScriptManager.RegisterStartupScript(this, this.GetType(), "msg", "alert(' Message....? ');", true);
 
 
 
 
 
 
 
 
 

No comments:

Post a Comment