Showing posts with label Alert message. Show all posts
Tuesday, December 9, 2014
Get Alert box in SharePoint in C#.
Posted by
Santhosh,
on
3:10 AM
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);
Subscribe to:
Posts
(
Atom
)