D
Daniel S
Hi,
I have an asp.net page with a GridEX inside an UpdatePanel. Every 20
seconds, I need to re-submit a query to the database and refresh the
GridEX with the new results; however, each time this operation occurs,
the process for IE in the task manager gains, on average, about 40 k.
If I use Firefox, there's still a leak, but it's smaller and harder to
track (memory used fluctuates more dramatically, so it's impossible to
associate a given refresh with a particular change in memory use). I
left both browsers running the page for a couple minutes and Firefox's
memory usage had increased by less than 1/3rd the increase in IE.
If I remove the GridEX from the page, and all references to it, and
move all the other components (except the ScriptManager) on the page
(some calendar combos, an image button, labels, and hidden fields)
into the UpdatePanel and set an interval for postbacks, the memory
leak disappears, so I'm confident the GridEX is the problem.
Anyone have a solution?
Thanks,
Daniel
I have an asp.net page with a GridEX inside an UpdatePanel. Every 20
seconds, I need to re-submit a query to the database and refresh the
GridEX with the new results; however, each time this operation occurs,
the process for IE in the task manager gains, on average, about 40 k.
If I use Firefox, there's still a leak, but it's smaller and harder to
track (memory used fluctuates more dramatically, so it's impossible to
associate a given refresh with a particular change in memory use). I
left both browsers running the page for a couple minutes and Firefox's
memory usage had increased by less than 1/3rd the increase in IE.
If I remove the GridEX from the page, and all references to it, and
move all the other components (except the ScriptManager) on the page
(some calendar combos, an image button, labels, and hidden fields)
into the UpdatePanel and set an interval for postbacks, the memory
leak disappears, so I'm confident the GridEX is the problem.
Anyone have a solution?
Thanks,
Daniel