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

Data Binding

2/26/2026 New AiGen Functionality in CodeRush for Visual Studio
AI-assisted coding tools live or die by two factors: speed and quality of the code response. If an AI response takes too… Details
2/24/2026 Blazor — June 2026 Roadmap (v26.1)
As you will see below, we expect to continue extending the capabilities of individual components — but we also want to invest… Details
2/23/2026 Reporting and BI Dashboard — June 2026 Roadmap (v26.1)
Thank you for choosing DevExpress Reports and DevExpress BI Dashboard for your software development needs. Our June 2026… Details
Page:123456

The DevExpress ASP.NET News Control (ASPxNewsControl) control was primarily designed to display a list of news/product announcements on a web page.

In this demo, the ASPxNewsControl obtains its items from an XML file through an XmlDataSource component. The XML file (NewsControlRSS.xml) conforms to RSS 2.0 specifications. A click on any news item's tail text invokes a popup (ASPxPopupControl) window containing the full text of the news entry. The ASPxPopupControl is bound to the same data source as the ASPxNewsControl. The ASPxPopupControl's popup window is invoked via the client ShowWindow method, which is passed with the popup window's name as a parameter.

The NavigateUrlFormatString property of the ASPxNewsControl is set in a specific manner in order to define the desired URLs for tail text. (See the ASPX code.)

The ItemSettings.TailPosition property of the ASPxNewsControl is set to KeepWithLastWord. (See the ASPX code.)

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\ASPxImageAndDataNavigationDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxImageAndDataNavigationDemos