Friday, 30 March 2012

In Update Panel how to show alert message after click on button Asp.net

Question:-In Update Panel how to show alert message after click on button 

Answer:-
In Aspx.cs page    
ScriptManager.RegisterStartupScript(this, this.GetType(), "filesDeleted", "alert('helo')", true);

     

No comments:

Post a Comment