Posted on: 8/25/2014 3:49:36 PM | Views : 362

Hi,
Relatively new ASP.NET programmer. I have an issue and despite extensive Googling, I can't seem to find the exact solution! (So apologies if you know of a resource already, please point me at it!)
Ok, so I have a TreeView that I dynamically populate each node on using AJAX. This works ok. BUT, I need to be able to reset the "flag" that says the sub-tree has been populated in order to force it to re-populate. (This is to pick up changes.) Any idea how to do this? Also, can I force the update using JavaScript without collapsing and expanding the node?
I also need to have a details panel next to the TreeView. I'd like to use AJAX to populate this panel when a node (either parent or child) in the Tree is selected. Again, any examples would be most appreciated!

Thanks

Go to the complete details ...