G
Guest
I am getting some strange behavior when using RaiseCallbackEvent. I have a
form that implements ICallbackEventHandler. During the client callback, a
session variable is set that is used on the following page load. When
debugging through using Visual Studio, everything works fine. When using
Firefox, everything works fine. However, when I view the site outside of the
debugger in IE, it displays incorrect behavior. The Session variable is set
during the client callback, however IE doesn't show that it's actually being
set until the Page_render event is fired. Firefox sets the value in the
session right away. I need the value to be set right away since controls on
the page depend on the vaue in the session variable. By the time Page_render
rolls around, the page has already rendered improperly because the session
variable hasn't been set. Has anyone else encountered this or have any
suggestions? This behavior was not present in beta 2 which the application
was originally built in.
form that implements ICallbackEventHandler. During the client callback, a
session variable is set that is used on the following page load. When
debugging through using Visual Studio, everything works fine. When using
Firefox, everything works fine. However, when I view the site outside of the
debugger in IE, it displays incorrect behavior. The Session variable is set
during the client callback, however IE doesn't show that it's actually being
set until the Page_render event is fired. Firefox sets the value in the
session right away. I need the value to be set right away since controls on
the page depend on the vaue in the session variable. By the time Page_render
rolls around, the page has already rendered improperly because the session
variable hasn't been set. Has anyone else encountered this or have any
suggestions? This behavior was not present in beta 2 which the application
was originally built in.