Greetings,
I am facing a problem in binding xml string to rad tree view by using loadxml method. Below is the xml string and i want to bind the data. My tree view is have check boxes and the xml string having checked status. Based on the status check boxes in the tree view should be checked.
'<Modules><Module Name="User Management" Id="UserManagement" checked="false"><SubModules><SubModule Name="Role Management" Id="RoleManagement" checked="false"><Pages><Page Name="Create Role" Id="CreateRole" checked="false"><Fields /></Page></Pages></SubModule></SubModules></Module><Module Name="Fleet Management" Id="FleetManagement" checked="false"><SubModules><SubModule Name="Fleet Tracking" Id="FleetTracking" checked="false"><Pages><Page Name="Check In Out" Id="CheckInOut" checked="false"><Fields /></Page><Page Name="Search Fleet" Id="SearchFleet" checked="false"><Fields /></Page></Pages></SubModule></SubModules></Module><Module Name="Customer Admini" Id="CustomerAdmini" checked="false"><SubModules><SubModule Name="Create Master" Id="CreateMaster" checked="false"><Pages><Page Name="aspx" Id="aspx" checked="false"><Fields><Field Name="Text" Id="Text" checked="false" /></Fields></Page></Pages></SubModule></SubModules></Module></Modules>'
Please reply me asap as i it is critical for me now.
Thanks,
Raj