views:

84

answers:

0

I wish to minimize my server-client trips in this application and want to update the TreeView control through the Javascript.

I am guess that the autopostback will have to be set to False.

After the data is entered and the tree is ready to be saved, I will need to access the TreeView control on the server side in order to save it.

Does anyone happen to have any examples (code examples) on doing this?

Thanks!