Pop up a Message box in an Update Panel

You 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);

Posted in Labels: |