in
Forums
Blogs
DevExpress.com
Client Center
Support Center
DevExpress Channel

Callback not triggered on page re-load.

Last post 10/20/2008 8:57 PM by Glen Harvy. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 10/20/2008 8:57 PM

    Callback not triggered on page re-load.

    Hi,

    I have an aspxbutton contained within a aspxpopup window contained within a callback panel. The aspxbutton has a clientside event that does two things. First it calls a javascript function to open a new window and secondly it calls the callbackpanel to perform a call back. The callback action is to sit and wait for the user to complete actions contained in the new browser window.

    Everything works fine when the user does what they are supposed to do BUT if the user closes their browser window [not the new window opened] without first logging off and then logs in again, then only the new window is opened - the callback doesn't fire. Note that the user must perform another callback before reaching the callback that is giving me problems. This intermediate callback works fine in both scenarios.

    It's as if my project records that the callback has already fired (and is running) so don't do it again.

    Any suggestions?

    Glen Harvy.
Page 1 of 1 (1 items)
Copyright © 1998-2009 Developer Express Inc.
ALL RIGHTS RESERVED