seems the onclick is never fired
here is my code
<telerik:RadPageView runat="server" Height="100%" ID="pvServers">
<div style="padding: 20px">
<asp:Panel ID="panelServerList" runat="server">
<lpi:SecurityPanel ID="SecurityPanel1" SecurityRule="ModifyAntivirusConfiguration" runat="server">
<asp:Button ID="btnDeleteServer" runat="server" meta:resourcekey="btnDeleteServer" OnClientClick="return confirm('Are you sure?');" OnClick="btnDeleteServer_Click" />
</lpi:SecurityPanel>
anybody know??
Go to the complete details ...