AW.Portal.Test.btnShowPopup_Click C# (CSharp) 메소드

btnShowPopup_Click() 보호된 메소드

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