Home - Forums-.NET - FlyTreeView (ASP.NET) - Custom Images

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Custom Images
Link Posted: 15-May-2008 09:09
I'm trying to set ImageUrl for one node to be a custom image.  When the page loads the correct image is displayed, however on select it breaks.

I tried setting SelectedImageUrl to the same image, however the behavior didn't change.  Do you have any ideas?
Link Posted: 15-May-2008 21:25
How do you set custom images?
What is your flytreeview.ImageSetCustomPath value?
Link Posted: 16-May-2008 07:08
After Bind I set the ImageURL and SelectedImageUrl properties of the node.  I haven't changed ImageSetCustomPath.
Link Posted: 16-May-2008 07:19
What values do you use for ImageUrl? Just a sample URL value.
Link Posted: 16-May-2008 08:01
"someFolder/someSubFolder/image.extension"

It displays fine until I select or expand it.
Link Posted: 18-May-2008 06:51
I created a small test case: [code] <%@ Register Assembly="NineRays.WebControls.FlyTreeView" Namespace="NineRays.WebControls" TagPrefix="NineRays" %> Untitled Page
[/code] This works fine for me. What do I need to change in order to reproduce the problem?