[CLOSED] How to control ajax request (direct method)

  1. #1

    [CLOSED] How to control ajax request (direct method)

    Sometimes I just need to pass only one int parameter and return boolean in DirectMethod, which should not be huge data operation. But as I see from Firebug it took 12Kb, basically it passing information what I don't need for the request.
    Last edited by Daniil; Mar 10, 2012 at 2:22 PM. Reason: [CLOSED]
  2. #2
    Hi,

    - You can use static direct methods (if don't need to access page elements)
    -or set Type="Load" for non static direct method. In this case, there is no form submit (only extra params or direct method arguments will be passed)

Similar Threads

  1. [CLOSED] Output Cache issue with Direct Method / Direct Event
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 18
    Last Post: Mar 01, 2013, 5:03 AM
  2. Replies: 2
    Last Post: Oct 12, 2011, 7:49 AM
  3. Replies: 8
    Last Post: Jan 25, 2011, 4:21 AM
  4. Replies: 8
    Last Post: Jun 24, 2010, 9:39 PM
  5. Page_ Ajax Load Complete BUG on Ajax Request
    By jeybonnet in forum 1.x Help
    Replies: 8
    Last Post: Jun 22, 2009, 11:19 AM

Posting Permissions