Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Memory leaks in IE 8.0 while using asp:UpdatePanels
posted

Hi All,

I am using asp.net UpdatePanels, inside which, i have my infragistics webdatagrid control. The moment i access the page the memory consumption is minimum, but once i start doing operation on the page my memory consumption goes on increasing. Its because its not disposing the elements on the client end. I end up with a very slow page which affects the performance. I need to get rid of this thing. Please suggest me the exact approach to clean up the elements on the client side. I have used the sIEve tool to know how many elements were duplicated on the client end.

I have tried the microsoft's approach of putting the javascript code on the page which is performing slow, but neither of the solutions worked for me.

Any help would be appreciated.

Thanks in advance.