[CLOSED] avoid communcation error message box

  1. #1

    [CLOSED] avoid communcation error message box

    hi,

    i oftenly get communication failure error. i dont want to show communication error messagebox, if communication failure occurs. how to do it?

    Thanks

  2. #2

    RE: [CLOSED] avoid communcation error message box

    i need help...
  3. #3

    RE: [CLOSED] avoid communcation error message box

    Hi speedstep,

    Please set ShowWarningOnFailure="false" on the AjaxEvent configuration property.

    Example

    <ext:Button ID="Button1" runat="server" Text="Submit">
        <AjaxEvents>
            <Click ShowWarningOnFailure="false" OnEvent="Button1_Click" />
        </AjaxEvents>
    </ext:Button>
    Hope this helps.

    Geoffrey McGill
    Founder

Similar Threads

  1. Panel Communcation
    By paddy in forum 1.x Help
    Replies: 0
    Last Post: Sep 26, 2011, 6:30 AM
  2. [CLOSED] Error Message is not shown
    By thchuong in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 12, 2011, 9:27 AM
  3. [CLOSED] ResourceManager without error message
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 02, 2010, 5:00 PM
  4. Replies: 1
    Last Post: Jan 13, 2010, 11:36 AM
  5. Custom Error Message
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 2
    Last Post: Aug 09, 2009, 5:36 PM

Posting Permissions