Click here to Skip to main content
16,016,263 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my tree view in each node am calling a new form . After that when I am navigating away from that form and come back a new object is created, that is consuming a lot of memory.
I want to use the object created when I first clicked the node

Architecture I am following is CSLA

Say

I click a Node [Node A] then new form gets invoked [form A] and also an object [obj A] created .

When I click the next node [Node B] the same process happens.

But once if I went back to [form A] a new object [obj A2]gets created . here I want use [obj A] itself.

How can I achieve this?

I am a rookie. Please Help.
Posted
Updated 20-Dec-10 18:45pm
v2

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900