На FormView
- есть поле ввода,
- есть ImageButton со свойством CommandName="Insert"
<asp:TextBox ID="numberTextBox" runat="server" Text='<%# Bind("number") %>'>
<asp:ImageButton ID="ImageButton" runat="server" CommandName="Insert" />
Каким образом можно при нажатии на ImageButton запретить вставку и показать alert?
Спасибо.