It was public knowledge that webhierarchicaldatasource has problems contained in a update panel but not in a itemtemplate of a webcontrol(example webropdown).
I want to put a tree in a webdropdown but not work!
The navigator in run time remains loading page and the process in task process see consuming memory forever!, also like at design time(process devenv.exe of visual)
could help me?
thanks
Pablo
Hi Pablo,
Sorry for the delayed answer.
You can get any control inside of an ItemTemplate using the following syntax:
WebDataTree tree = (WebDataTree)WebDropDown1.Items[0].FindControl("WebDataTree1");
Let me know if you have any other questions.
Thanks for your rapid reply.