AW.Portal.Test.btnShowPopup_Click C# (CSharp) Method

btnShowPopup_Click() protected method

protected btnShowPopup_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        protected void btnShowPopup_Click(object sender, EventArgs e)
        {
            string message = "Message from server side";
            ClientScript.RegisterStartupScript(this.GetType(), "Popup", "ShowPopup('" + message + "');", true);
        }