Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 30th, 2012  |  syntax: None  |  size: 0.47 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Why do I need to click the button twice for submitting when using Ajax Panel?
  2. <telerik:RadAjaxPanel ID="RadAjaxPanel4" runat="server">
  3.   <div class="customButton">
  4.     <asp:LinkButton ID="lbtnSave" OnClientClick="return Page_ClientValidate();"
  5.                     runat="server" OnClick="lbtnSave_Click" CausesValidation="true">
  6.       <img src="../admin/images/icons/16x16/save.png" />
  7.       Save
  8.     </asp:LinkButton>
  9.   <div class="customButton">
  10. </telerik:RadAjaxPanel>