This example demonstrates how to implement sidebar navigation as in DevExpress ASP.NET Web Forms demos.
In the example, each page has the following structure:
-
Header
Displays the page header and a button that expands or collapses the sidebar element. -
Sidebar
Displays ASPxTreeView and ASPxNavBar controls. The Tree View control shows the site structure and allows users to navigate between pages. The Navigation Bar allows users to search for a particular page. -
Main Content
The content placed in the main element.
- Default.aspx
- Default.aspx.cs (VB: Default.aspx.vb)
- Navigation.ascx
- Navigation.ascx.cs (VB: Navigation.ascx.vb)
- Search.ascx
- Search.ascx.cs (VB: Search.ascx.vb)
- Site.js
(you will be redirected to DevExpress.com to submit your response)