以下は私のコードです
btnDelete.Attributes.Add("onclick", "{return ConfirmAction('You are about to Delete Order . Please Note \r\n 1. Order no longer can be retrieved \r\n 2. Changes to the order are not saved. \r\n Are you sure you wish to continue to Delete?')};");
以下のように、確認ボックスに [はい] と [キャンセル] ボタンを含むメッセージを表示したいと思います。
注文を削除しようとしています。ご注意ください:
1.注文を取得できなくなりまし
た 2.注文への変更は保存されません
削除を続行しますか?
"\n" 、 '\n' 、および "\r\n" を試しましたが、まだ行を挿入できません。