stevet26
Programmer
- Feb 9, 2005
- 53
Hi
I have a treeview control which gets it values from a database. Up until now it has worked fine as all the links in the tree have been going to virtual paths like: default.aspx?ID=1.
My client has now asked that we include a press realeases section to the tree which links to external pages: and the tree view then breaks saying
' not a valid virtual path.'
the line it breaks on is AddNode(node, GetParentNodeFromDataReader(reader));
Does anyone have any idea why this is happening?
I am working with visual web developer 2005 and working with asp.net 2.
Thanking you in advance
I have a treeview control which gets it values from a database. Up until now it has worked fine as all the links in the tree have been going to virtual paths like: default.aspx?ID=1.
My client has now asked that we include a press realeases section to the tree which links to external pages: and the tree view then breaks saying
' not a valid virtual path.'
the line it breaks on is AddNode(node, GetParentNodeFromDataReader(reader));
Does anyone have any idea why this is happening?
I am working with visual web developer 2005 and working with asp.net 2.
Thanking you in advance