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);
Answer:-
In Aspx.cs page
ScriptManager.RegisterStartupScript(this, this.GetType(), "filesDeleted", "alert('helo')", true);