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
285
Adding a node, insert to database
posted

I am adding a node to the tree using the Node.addNode( string text )

what I want to do is after I add the node, I want to insert it to database without postback does ultrawebtree has this kind of  functionallity?

I notice when I view source after adding a node,  the node is not exists in the source, eventhough I can get the property as usual, I don't know it will be a problem or not, except for the DataKey is null this is obvious because I havent insert the node to database.

 

-thx-