Treeview doesn't navigate as configured.

caeanis

Active member
Joined
Sep 6, 2006
Messages
26
Ok I have successful binded attributes from the xml file Im using to the treeview, I have set both the target and NavigateURLfield properties, but when I load the aspx page the links dont 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 didnt change anything. Can someone tell me what Im overlooking?

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