E
Evan Kontos
I am trying to implement a Treeview w/an XML file and I even copied and
pasted examples from MSDN but can't get them to work. Any suggestions
welcome.
XML File
<TREENODES>
<TREENODE TEXT="Document-1">
<TREENODE TEXT="Folder-1" EXPANDED="true">
<TREENODE TEXT="Document-2" />
<TREENODE TEXT="Document-3" />
</TREENODE>
<TREENODE TEXT="Document-4">
</TREENODES>
Control Source
<iewc:TreeView id="TreeView1" style="Z-INDEX: 102; LEFT: 168px;
POSITION: absolute; TOP: 120px" runat="server"
TREENODESRC="NavigateTree.xml"></iewc:TreeView>
Error
Server Error in '/Manager' Application.
------------------------------------------------------------------------
--------
The data at the root level is invalid. Line 1, position 1.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Xml.XmlException: The data at the root level
is invalid. Line 1, position 1.
Evan Kontos | (e-mail address removed)
27 Whitehall St. | 3rd Floor | New York, NY 10004
Tel 212.480.8166 | Fax 212.480.8167 | Personal Fax 786.513.0295
www.comtekcadd.com
pasted examples from MSDN but can't get them to work. Any suggestions
welcome.
XML File
<TREENODES>
<TREENODE TEXT="Document-1">
<TREENODE TEXT="Folder-1" EXPANDED="true">
<TREENODE TEXT="Document-2" />
<TREENODE TEXT="Document-3" />
</TREENODE>
<TREENODE TEXT="Document-4">
</TREENODES>
Control Source
<iewc:TreeView id="TreeView1" style="Z-INDEX: 102; LEFT: 168px;
POSITION: absolute; TOP: 120px" runat="server"
TREENODESRC="NavigateTree.xml"></iewc:TreeView>
Error
Server Error in '/Manager' Application.
------------------------------------------------------------------------
--------
The data at the root level is invalid. Line 1, position 1.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Xml.XmlException: The data at the root level
is invalid. Line 1, position 1.
Evan Kontos | (e-mail address removed)
27 Whitehall St. | 3rd Floor | New York, NY 10004
Tel 212.480.8166 | Fax 212.480.8167 | Personal Fax 786.513.0295
www.comtekcadd.com