Show JavaScript Alert box in SharePoint in C#.

Leave a Comment
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 .

Related Post

0 comments:

Post a Comment