protected void Button1_Click(object sender, EventArgs e)
{
// Place the following code at the very end
string strMessage = "Process Complete";
string strScript = "<script language=JavaScript>";
strScript = (strScript + ("alert(\"" + (strMessage + "\");")));
strScript += "</script>";
if (!ClientScript.IsStartupScriptRegistered("clientScript"))
{
ClientScript.RegisterStartupScript(this.GetType(), "clientScript", strScript);
}
}
Subscribe to:
Post Comments (Atom)
How to upload app to macOS
1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...
-
1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...
-
Generating an API Key Before you can add an Apple Developer Account to Visual Studio, you'll need to generate an API Key. Generating a...
-
Log in to the Play Console: Go to the Play Console website ( play.google.com/console ) and log in with your Google Play Developer account....
No comments:
Post a Comment