G
Grace Sainsbury
Hi,
I have developed a multi-frame web application with asp.net in c#. One frame
contains an embedded windows media 9 player for playing .wmv files. While
there is a file loaded in the player the other frames do not reliably
refresh.
Specifivally, if I try to refresh a page where I have overridden the Render
method, IE will stall. My attempts to debug this seem to indicate that this
stalling occurs before any code is excecuted. Refreshing the player frame
allows the stalled frame to load properly. When no file is open in the
player frame, everything works fine. This does not occur for asp.net pages
that do not override the render method, or simple html pages.
The page that causes this problem performs a SQL select in its render
method. It seems that this does not occur if there is no select in Render.
I have no idea what could be causing this. Any ideas would be greatly
appreciated.
thanks,
Grace Sainsbury
I have developed a multi-frame web application with asp.net in c#. One frame
contains an embedded windows media 9 player for playing .wmv files. While
there is a file loaded in the player the other frames do not reliably
refresh.
Specifivally, if I try to refresh a page where I have overridden the Render
method, IE will stall. My attempts to debug this seem to indicate that this
stalling occurs before any code is excecuted. Refreshing the player frame
allows the stalled frame to load properly. When no file is open in the
player frame, everything works fine. This does not occur for asp.net pages
that do not override the render method, or simple html pages.
The page that causes this problem performs a SQL select in its render
method. It seems that this does not occur if there is no select in Render.
I have no idea what could be causing this. Any ideas would be greatly
appreciated.
thanks,
Grace Sainsbury