HomeCommunityControl GalleryList ControlsComponentArt NavBar

ComponentArt NavBar



Submit a Review

931 Downloads

18,288 Views


Description



ComponentArt NavBar for ASP.NET is an advanced ASP.NET server control written from the ground-up using ComponentArt's new rendering technology. The control has rich navigation features, while generating only a fraction of the content of traditional ASP.NET NavBar / OutlookBar / PanelBar controls.

Feature Highlights:

  • Advanced Client Programming: Powerful client-side API featuring Microsoft AJAX library syntax allows for total control over structure and data, with persistence to the server.
  • Lightweight and Lightening Fast: The NavBar control generates a fraction of the content of traditional ASP.NET NavBar/ OutlookBar/ PanelBar controls.
  • Fully Customizable: Any design can be realized through CSS style definitions and optional custom images.
  • Based on XML and CSS: NavBar structure and visual appearance are defined through industry standards XML and CSS.
  • Cross-Browser Compatibility: Supports IE5-7, Firefox 1-2, Netscape 7-8, Mozillas, Opera 8-9, Safari 1.
  • Advanced Features: Integrated server-side and client-side object models, ability to nest custom ASP.NET content, advanced navigation functionality, full keyboard control, built-in search engine support, large number of expand/collapse slide types and effects.
  • Deep Integration with Microsoft ASP.NET AJAX / 3.5: The control is available in ASP.NET 1.0 and ASP.NET 2.0 frameworks, while offering comprehensive integration with the client-side component model introduced by ASP.NET AJAX (now an integral part of ASP.NET 3.5).
  • Syntax Example

    <ComponentArt:NavBar id="NavBar1" ExpandSlide="ExponentialAccelerate" ExpandTransition="Fade" ExpandDuration="300" CollapseSlide="QuadraticDecelerate" CollapseSlide="Pixelate" CollapseDuration="200" CollapseDelay="450" SiteMapXmlFile="navData.xml" runat="server" > <Items> <ComponentArt:NavBarItem Text="Item1" NavigateUrl="page1.aspx" > <ComponentArt:NavBarItem Text="Item2" NavigateUrl="page2.aspx" /> <ComponentArt:NavBarItem Text="Item3" NavigateUrl="page3.aspx" /> <ComponentArt:NavBarItem Text="Item4" NavigateUrl="page4.aspx" /> </ComponentArt:NavBarItem> </Items> </ComponentArt:NavBar>

    Screenshots

    Reviews

    Submit a review