Hi All,
I am facing a severe issue of caching in my application.
In my application I am using some controls which are getting
Manipulated dynamically,since this objects(Controls) are
cached ,they are not getting
Updated properly in every part of application.
(For eg. I have a tree control in my application where I can
add ,delete node from command butoon
,context menu same time
I have some dialog which are using this tree for
diplaying and selecting the tree node for certain operation,
My problem is that when ever I add a new node to tree
control, dialogs using this tree control are not getting updated
they display
the same old tree control they don’t show the new node added to tree contol.)
Please help me out to solve this caching issue.
Thanks in advance for any suggestion
Thanks
Rajiv