Show Code  o Nesting ASP.NET Content



Expand various menu groups to see examples
of custom nested ASP.NET content.
Download Latest Release
Download the latest Web.UI release
About this example:
  • Ability to nest any ASP.NET content is one of the fundamental ComponentArt Menu features;
  • All ComponentArt navigation controls expose the Templates property which can be used to define
    any number of custom ASP.NET templates;
  • These templates can then be referenced from individual menu items (navigation nodes);
  • Custom templates can contain any ASP.NET content, including instances of other controls;
  • Custom templates can also contain ASP.NET data binding syntax, which can be used to display any data
    stored in the XML structure to which the control is bound.