A parent page contains a tree (Jquery TreeView), users can add a node using a pop-up, a pop-up has to connect to the database and retrieve some data and return it upon closing (at this point it is a .net server-side page). After this I have to add a node(or several) to the TreeView.
question: upon a pop-up close, how do trigger the adding a node to jquery TreeView?
I have asked this question here 10 times and no one answers it clearly.