Treeview doesn't navigate as configured.

caeanis

Freshman
Joined
Sep 6, 2006
Messages
40
Ok I have successful binded attributes from the xml file I'm using to the treeview, I have set both the target and NavigateURLfield properties, but when I load the aspx page the links don't navigate like they are supposed to. If I look at the properities of a link at runtime the address is javascript:__doPostBack('TreeView1','sWelcome\\Funny Stuff\\The B.O.F.H.')
not the value of the href attribute, and the properties dialog indicates that the page will open in the same frame, not the one specified in the target. What gives? I tried setting EnableClientScript to false to see if this was the problem but that didn't change anything. Can someone tell me what I'm overlooking?

I don't see the reference to the javascript anywhere in my aspx file or in the treeview.
 
Back
Top