[CLOSED] _dc parameter in querystring after getting the latest version

  1. #1

    [CLOSED] _dc parameter in querystring after getting the latest version

    Hi,

    After downloaded the latest version, the DirectEvents began sending a parameter in the url.
    This way: MyPage.aspx?_dc = 1263286227619

    I know this is to prevent the browser to cache the page, but I suspect that this did not occur in version 1.0.0 of Ext.NET. Am I right?

    How do I disable this and what are the impacts?

    Thanks.
    Last edited by Daniil; Feb 04, 2011 at 7:53 AM. Reason: [CLOSED]
  2. #2
    Hi pdcase,

    As far as I know, _dc parameter appears by default as long time ago as DirectEvent exists. Maybe you have just discovered it?:)

    To disable this please set DisableCaching="false" for DirectEvent.

    Example
    <ext:Button runat="server" Text="Test">
        <DirectEvents>
            <Click OnEvent="TestDirectEventHandler" DisableCaching="false" />
        </DirectEvents>
    </ext:Button>
    See also
    http://dev.sencha.com/deploy/dev/docs/?class=Ext.data.Connection&member=disableCaching

    DirectEvent class extends Ext.data.Connectionone.
  3. #3
    I discovered it now. :D:

    Thanks.

Similar Threads

  1. Replies: 3
    Last Post: Jul 06, 2012, 8:08 PM
  2. Replies: 4
    Last Post: Sep 08, 2011, 5:56 PM
  3. [CLOSED] [1.0] Latest version
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 20, 2010, 6:04 PM
  4. [CLOSED] GridPanel ClickToEdit Latest Version Bug
    By bethc in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 21, 2009, 8:50 AM
  5. [CLOSED] store always databinding in latest version
    By alexp in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 07, 2009, 4:29 PM

Tags for this Thread

Posting Permissions