Groups | Blog | Home
all groups > asp.net webcontrols > october 2003 >

asp.net webcontrols : Treeview control consuming lot of memory


Sumit
10/7/2003 3:32:44 AM
Hi,
I have a treeview in my application & user can add noded
in the treeview. The problem I am facing is that on each
node addition it consumes aroung 800kb of memory & I
checked this is task manager. After addition on few noded
the page hangs & this is because of lack of memory.

Can anyone help me in this.

Thanks,
Sumit
Alvin Bruney
10/11/2003 2:59:30 PM
unfortunately this is one of the reasons microsoft does not support the tree
control because it has a problem with session state. basically, as you
experienced, memory will pile up on each post. you cannot work around that.
[quoted text, click to view]

AddThis Social Bookmark Button