Hi Ken - thanks for your reply.
I will back up a step and ask if there is a difference between a TreeDropdown (linktree) and a dropdown? These are both from the common.config file
Treedropdowns not shown in any working examples?
- <treedropdowns>
- <LinkTree>
- <item text="Msdn.microsoft.com" Selectable="False">
- <html><![CDATA[Msdn.microsoft.com <img border=0 align='absMiddle' src='http://cutesoft.net/data/msdn16.gif' />]]>
Normal dropdowns that are used in the examples
- <Links>
- <item text="CuteSoft" value="http://cutesoft.net/">
- <html><![CDATA[<img border=0 align='absMiddle' src='http://cutesoft.net/data/signature.gif' /> CuteSoft]]></html>
- </item>
It appears to me that there are two different controls.
The page you directed me to works for the dropdown, but I don't see any examples of a "TreeDropdown/LinkTree". The page you reference shows code for a standard dropdown, and the image shows what I'm guessing is the "LinkTree" version.
Thanks for your help clearing this up,
Paul