Hello ,
We have recently upgrade our DNN website to DNN 9.2 . Here I have shown a grid and use DNN confirm to ask confirmation before delete of any data . It is working in version 8 . But in upgrade version confirm is not working.
I have used this
<asp:ImageButton ID="ImageButton_Delete" OnClick="ImageButton_Delete_Click" OnClientClick="return confirm('Are you sure you want to delete this?');" runat="server" ImageUrl="/Portals/_default/Skins/CourierPlease/images/delete.png" alt="" Width="24" Height="24" />
Inside grid view but no confirm box is shown.
Can any one please help me to get this working ?
Thanks