I have a nested xml file which contains menu and submenus. I need to bind it to the asp.net CheckBox control on page load.
xml
I am trying to bind using the C#
Use SiteMap instead of XML file. See here: Using-Menu-and-Sitemap-with-Master-page
Use an TreeView control and bind TreeView to SiteMap.
In TreeView the ShowCheckBoxes property set to All.