Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「閉じる」ボタンと「送信」ボタンの2つのボタンがあるaspxページがあります。キーボードのEnterキーを押すと、フォーカスが自動的に「閉じる」ボタンに移動してページを閉じます。代わりに、フォーカスをフォーカスしたいキーボードのエンターキーを押したときの「送信」ボタン。
フレームにdefaultbuttonプロパティを設定します。
<form id="form1" runat="server" defaultbutton="btnID">
http://forums.asp.net/t/985791.aspx