Hi,
When I am binding the xml file to the radtabstrip I am getting the "Data at the root level is invalid. Line 1, position 1. " I am pasting my xml file here,
<?xml version="1.0" encoding="utf-8" ?>
<MainMenu>
<Menu Text="Home" Url="#">
<Menu Text="test1"></Menu>
<Menu Text="test3"></Menu>
<Menu Text="test2"></Menu>
</Menu>
<Menu Text="Policy Management" url="#">
</Menu>
<Menu Text="Claims Management" Url="#">
</Menu>
<Menu Text="Fast Quote" Url="#">
</Menu>
<Menu Text="Batch Processes" Url="#">
</Menu>
</MainMenu>
and in cs file in page load i am using this code
MainMenu.LoadXml("XMLFile.xml") and I used this also
MainMenu.LoadContentFile("XMLFile.xml");
plz help me soon.
When I am binding the xml file to the radtabstrip I am getting the "Data at the root level is invalid. Line 1, position 1. " I am pasting my xml file here,
<?xml version="1.0" encoding="utf-8" ?>
<MainMenu>
<Menu Text="Home" Url="#">
<Menu Text="test1"></Menu>
<Menu Text="test3"></Menu>
<Menu Text="test2"></Menu>
</Menu>
<Menu Text="Policy Management" url="#">
</Menu>
<Menu Text="Claims Management" Url="#">
</Menu>
<Menu Text="Fast Quote" Url="#">
</Menu>
<Menu Text="Batch Processes" Url="#">
</Menu>
</MainMenu>
and in cs file in page load i am using this code
MainMenu.LoadXml("XMLFile.xml") and I used this also
MainMenu.LoadContentFile("XMLFile.xml");
plz help me soon.