Dear Team,
how to show bootstrap / alertifyjs alert message or like our (asp snippest notification) in asp.net c# server side confirmation
Hi pratikshir,
Use the below code.
ClientScript.RegisterClientScriptBlock(this.GetType(), alert, "alert('Record Saved Successfully')", true);
Else refer the below links.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.