HI Guys ,
If you want to display the Pop up or alert boxes from Code behind in SharePoint C# .
Please take the below line for your reference.
ScriptManager.RegisterClientScriptBlock(this, this.GetType(),
"alertMessage", "alert('Record Inserted Successfully')", true);
Thanks for visiting us .
If you want to display the Pop up or alert boxes from Code behind in SharePoint C# .
Please take the below line for your reference.
ScriptManager.RegisterClientScriptBlock(this, this.GetType(),
"alertMessage", "alert('Record Inserted Successfully')", true);
Thanks for visiting us .
0 comments:
Post a Comment