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
310
Nodeadded event continues to fire until there has been a full page postback
posted

I have an issue where nodeadded event continues to fire until there has been a full page postback. I have a page split into two divs basically: one div contains the treeview control and the other contains a warp panel with data controls for the differing nodes. When I do partial postback through the warp panel the nodeadded event fires I insert the nodes to the database. The problem is that unless there is a full page postback the treeview continues to fire the nodeadded event so extra nodes are still being added to the database. Is there anyway to tell the tree the nodes have already been added after a partial page postback?

 Thanks,

 Wade