I want to show a message box on the successful save of any item. I googled it and tried different solutions, but none of them worked. Here is the code I am using:
@freelancer If you are using ScriptManager then try this code for message..
string script = "alert(\"Hello!\");"; ScriptManager.RegisterStartupScript(this, GetType(), "ServerControlScript", script, true);