次の結果を取得するにはどうすればよいですか (yes または no がクリックされたかどうか):
ボタンクリック時:
//First I am checking validations
//Then I am checking if pay grade is being overridden from the business layer
//If it is overriden:
ScriptManager.RegisterStartupScript(this, this.GetType(), "script", "confirm('You are overriding the existing pay grade. Do you want to Override ?');", true);
//If the user clicks Yes, more code to save new pay grade in the database is executed.
//Else nothing is done.
[はい] をクリックした場合、以下のコードを引き続き実行します。そうでない場合、以下のコードは実行されません