0

メッセージ ボックスのタイトルを変更するにはどうすればよいですか ここに画像の説明を入力

これが私のコードビハインドです:

 string myStringVariable1 = string.Empty;
                    myStringVariable1 = "Policy Number:" + "  " + txtPolNo.Text.ToString() + "  " + "with Issuance office:" + "  " + dropIssOff.Text.ToString() + "  " + "was not found on the database. Please make sure that your inputs are correct.";
                    ClientScript.RegisterStartupScript(this.GetType(), "myalert", "alert('" + myStringVariable1 + "');", true);
4

1 に答える 1