caeanis Posted September 9, 2006 Posted September 9, 2006 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.