hi.
as you told flytreeview is very fast on mozilla-firefox and opera. but IE is very slow.
to expand with 50 child nodes takes 8 seconds in IE6.0. But it takes only 1 second in mozilla-firefox and opera.
i tried your advice, repeater solution.
string[] strUrlList = FlyTreeView.GetResourceUrlsForImageSet(FlyTreeViewImageSet.Classic, Page.ClientScript);
i tried Classic and Default image sets. they didn't return any url so i could not display any image on repeater. is it normal to return any URL?