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.

 

 

Parents
  • 49378
    posted

    Hi rav_nan,

    Thank you for posting in the community.

    I have tested this scenario with a WebDataGrid v. 11.2.20121.1005 (all behaviors enabled) both in and out of an UpdatePanel and am so far unable to observe heightened memory consumption in IE8. Please provide me with details regarding your product version so that I can examine this further. A small isolated sample illustrating the issue would be greatly appreciated. In the meantime I can suggest that you try placing the grid outside the update panel or alternatively disabling the grid's AJAX to check whether that makes a difference.

    Please feel free to contact me if you have any additional questions.

Reply Children
No Data