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

Popular posts from this blog

Angular 4 + Cordova Boilerplate ::: Hybrid Mobile Application

set up phonegap / cordova environment in windows

Java Programs : Star Pyramid, Number Pyramid using Array, Constructor Sample Program