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.
カスタム コントロールのイメージ コントロールの上にボタンを配置することはできますか?
このような画像ボタンを取ることができます
<asp:ImageButton runat="server" ID="imgButton" ImageUrl="~/images/asc.gif" />
画像の URL を設定します。この画像ボタンは通常の ASP ボタンと同じように機能します。また、このボタンのサーバー側クリック イベントを取得することもできます。