[CLOSED] [1.3] Send custom data on each request

  1. #1

    [CLOSED] [1.3] Send custom data on each request

    Hi,
    we need to send to server a small bit of data on each request on each control.

    Is there a method to set it on common events and retrieve it on server?

    Thanks to all
    Last edited by geoffrey.mcgill; Apr 12, 2012 at 1:17 AM. Reason: [CLOSED]
  2. #2
  3. #3
    Thanks for reply, but I need, if possibile, somethings that is transparent to how I write the page. I don't want to change any directevents event, but I'm looking for a way to do something like session, but per page.

    Thanks for help
  4. #4
    Well, I don't think you will need to change any of DirectEvents.

    Another approach might be settting up
    <ext:Hidden runat="server" />
    on the page and placing it within
    <form runat="server">
    Its value will be sent automatically on each request.
  5. #5
    Quote Originally Posted by John Writers View Post
    I don't want to change any directevents event
    I've just understood that you, probably, meant setting a Before handler for each DirectEvent.

    Please see how to avoid it:
    http://forums.ext.net/showthread.php...ll=1#post78639

Similar Threads

  1. Store callback twice on data request
    By yossi in forum 1.x Help
    Replies: 1
    Last Post: Jun 06, 2012, 2:55 PM
  2. Windows request failure CUSTOM
    By threewonders in forum 1.x Help
    Replies: 0
    Last Post: Oct 08, 2011, 11:12 AM
  3. Replies: 1
    Last Post: Jun 09, 2009, 3:06 PM
  4. Replies: 1
    Last Post: May 15, 2009, 4:51 AM
  5. Replies: 3
    Last Post: Jul 29, 2008, 6:31 PM

Posting Permissions