Posted on: 11/2/2014 1:55:51 PM | Views : 419

Hi I have an image that has this  code:
<asp:ImageButton ID="reminder" runat="server" ClientIDMode="Static" data-original-title="Send automated email reminders" OnClientClick="return popConfirm('confirmReminderPopUp', this); return false;" ImageUrl="~/resend.png" OnClick="SendReminders" /> Now the JavaScript basically popups up a modalextender confirm popup which has OnOkScript="okClick('reminder')"
It all works perfectly if I disable EnableEventValidation which I definitely don't want to do. So he ...

Go to the complete details ...