The below code is working in the server side of the ASP.Net
code, You have to modify only the panel name based on you form
System.Web.UI.ScriptManager.RegisterClientScriptBlock(panel1,
Page.GetType(), "strscript", "alert('Record Successfully
Updated.')", true);
No comments:
Post a Comment