Hi,
I have a problem. I put my DataList in RadAjaxPanel, I would like to have some confirm when I press delete button. Normaly when I dont use RadAjaxPanel I use
<asp:button Id="id" runat="server" OnClick="Delete_Click" Text="Delete" OnClientClick="return confirm('Delete?')"/>
but this fails when put my controls in RadAjaxPanel.