Hello,
We purchased this control last week and trying to integrate this control in our asp.net project (framework 2.0). So we have made FlyTreeView as user control and trying to use this across all the web pages.
But in some pages, we have to display FlyTreeView control two times, so we are having difficulties calling that control twice. See the following sample code from .aspx page. Clicking on any dropdown icon will show the treeview control in 1st control
Could you please advise how to add FlyTreeView control twice in the same page?