G
Guest
I have my project set up so that There is a folder called Forms and a Folder
Called Data. I have a aspx form called Menu.aspx that is in the Forms Folder
and a Xml File Called Menu that is in the Data file.
Here is my problem. I am trying to use the xml file as the treenode source
for the treeview in the menu.aspx the string is Data\Menu.xml and i have a
frameset called default that isin the projects root directory the src for the
contents frameset is the menu.aspx and this works fine with the string
Forms\Menu.aspx. But for some reason the menu.aspx will not load the tree
view i keep getting the error
The data at the root level is invalid. Line 1, position 1.
but if i move the xml file to the root directory or to the forms file it
works but not in the data folder. What do i have to fix this problem? I
really dont want to put all the files in the root directory i need some sort
of an organization to is.
WStoreyII
Thanks For The Help.
Called Data. I have a aspx form called Menu.aspx that is in the Forms Folder
and a Xml File Called Menu that is in the Data file.
Here is my problem. I am trying to use the xml file as the treenode source
for the treeview in the menu.aspx the string is Data\Menu.xml and i have a
frameset called default that isin the projects root directory the src for the
contents frameset is the menu.aspx and this works fine with the string
Forms\Menu.aspx. But for some reason the menu.aspx will not load the tree
view i keep getting the error
The data at the root level is invalid. Line 1, position 1.
but if i move the xml file to the root directory or to the forms file it
works but not in the data folder. What do i have to fix this problem? I
really dont want to put all the files in the root directory i need some sort
of an organization to is.
WStoreyII
Thanks For The Help.