memory leak while recreating treeview
-
hi whenever i create/recreate treeview my memory is consumed by 1mb if i clear folders which are not in use in the wwwroot still it consumes memory .Did anyone here encountered such situation ,if yes how i can deal with this .Iam using microsoft.web.ui.webcontrols.dll (IE webcontrols)installed externally in visual 2003. sasi
-
hi whenever i create/recreate treeview my memory is consumed by 1mb if i clear folders which are not in use in the wwwroot still it consumes memory .Did anyone here encountered such situation ,if yes how i can deal with this .Iam using microsoft.web.ui.webcontrols.dll (IE webcontrols)installed externally in visual 2003. sasi
Please check your connections opened connections should be closed try to avoid the creation of unneceesary objects Review your code so that it should be reusable, to consume less performance "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com
-
Please check your connections opened connections should be closed try to avoid the creation of unneceesary objects Review your code so that it should be reusable, to consume less performance "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com
HimaBindu Vejella wrote:
Review your code so that it should be reusable, to consume less performance
huh? That doesnt actually affect performance. In fact, making project OOP compatible cause a decrease in performance. 1 line of code equals many bugs. So don't write any!!
-
hi whenever i create/recreate treeview my memory is consumed by 1mb if i clear folders which are not in use in the wwwroot still it consumes memory .Did anyone here encountered such situation ,if yes how i can deal with this .Iam using microsoft.web.ui.webcontrols.dll (IE webcontrols)installed externally in visual 2003. sasi
Well what size are the pics? maybe convert them to jpeg Maybe use AJAX to populate the treeview. Can you just the top folders and as they drill down populate the children ass needed. The treeview is very bulky. 1 line of code equals many bugs. So don't write any!!