Pop up Message/Notifcation appear in web page C#
  Pop Up Message / Notification appear in C# web application.   This is using AJAX tool kit .   under HEAD  tag coding is,       under BODY   tag coding is,       HEAD tag code call in our actual code page (aspx.cs)   ScriptManager.RegisterStartupScript(this, this.GetType(), "SetAlert", "setAlert('" + LblInfo.Text + "');", true);   LblInfo.Text =  I am passing pop up informaton/Message in to Label.    Output:   Pop up message showing in web page is follows,        Run Time Example,         Thank You.     



Comments
Post a Comment