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
60
2 WebDataTree's and binding issues
posted

I have a project that has 2 webdatatree's, when the page loads only one is active.  When you click on a node it should load data into the other one.  I have binding setup in the code behind and when I use the debugger it is binding the last loaded dataset into the first webdatatree and errors because that dataset should be loaded into the second webdatatree.  Can you have 2 webdatatrees on one page and bind them in code???

 

Thanks