Pop up a Message box in an Update Panel
Posted On at by milanYou can use the following code sample to pop up a message box inside an update panel.
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "clientScript", "alert("Saved Successfully!")", true);