Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Content URL

ASPxSplitter can be used as a website navigation control. Splitter panes allow you to display any external web page specified by its URL. Use a pane's ContentUrl property to load the specified web page and display it within the pane.

In this demo, the left splitter pane contains ASPxNavBar with three items whose NavigateUrl properties refer to different web pages. The right splitter pane's ContentUrlIFrameName property is set to a specific name and this name is assigned to the ASPxNavBar's Target property. As a result, a click on a navbar item automatically displays the corresponding page within the right splitter pane because the item's NavigateUrl property value transfers to the pane's ContentUrl property. In addition, the ShowCollapseBackwardButton property is enabled for the left pane that allows end-users to hide it and expand the loaded page on the entire available space.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxNavigationAndLayoutDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxNavigationAndLayoutDemos