Explore the Experience in SharePoint 2013

Tuesday, December 9, 2014

Get Alert box in SharePoint in C#.

No comments
HI Guys ,

Thanks for visiting us .


If  you want to display the Pop up or alert boxes in case of coding in SharePoint C# .

Please take the below line for your reference.


ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "alertMessage", "alert('Record Inserted Successfully')", true);

No comments :

Post a Comment