Skip to main content
Email Password   helpLost your password?

Introduction

RSS (Really Simple Syndication) Feeds are becoming very popular these days. People need Country News at their own commercial websites. Today the most powerful websites are being developed in ASP.NET due to the fact that ASP.NET provides Web Controls that enable the Software Reuse property of Software Engineering Models. RSS Reader Control may be just dragged and dropped on web forms, can be linked to an RSS Feed and it will display a smooth, cool, and scrolling interface to the Feeds.

Background

The main power behind creation of such feeds is XML (Extensible Markup Language). XML is a structured language, thus provides support for the structured sharing of data. XML documents are built under a specific format. An example of such a document is as follows:

RSS Feeds work in the same way. Today News Agencies update a specific document on a daily basis. The same document is provided an interface in the websites. So the websites always have the latest contents of news. Obviously the creation of such documents is not easy as far as their property of being case-sensitive is concerned. Today, there are many XML editors available in the market. The structure of RSS Feeds is a standard and is unique around the world. A sample RSS Feed looks like this:

A detailed description on RSS can be found here.

RSS Reader provides an interface to such a document. It extracts the XML from the specific documents, implies the scrolling effects to the contents read.

Using the Code

To use RSS Reader, you will need to add RSS Reader to your tool box by locating the RSSReader.dll. Once RSS Reader is in your tool box, you will need to drag it to the page. You will also need to provide the URL where to fetch news from. Different CSS classes may also be applied for a good interface of the control. Since the header, content area, and footer are purely editable and styleable, you will have the option to design the control to your requirements and likings. The list of properties is as follows:

After setting the properties, the control will look like this:

Points of Interest

Since the XML document is the data source for the control, it should be in the standard format, so that the control is able to read the contents. The Case Sensitivity of XML may also be of a great concern.

History

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
Generalgood but.. Pin
Norberto Olazabal
7:38 19 May '08  
QuestionGreat Control!!! Pin
vvvlad
23:45 21 Apr '08  
QuestionSource code & how to set to a DataSet? [modified] Pin
Super Garrison
12:25 15 Apr '08  
Generalsource code for learn in this article Pin
nhhoan
22:13 12 Apr '08  
GeneralRe: source code for learn in this article Pin
M Usman
1:39 14 Apr '08  
QuestionSource Code? Pin
Davidjwong
15:22 26 Mar '08  
GeneralRe: Source Code? Pin
M Usman
2:56 27 Mar '08  
GeneralRe: Source Code? Pin
Davidjwong
13:39 27 Mar '08  
GeneralRe: Source Code? Pin
Member 2781211
4:57 28 Mar '08  
GeneralI like it Pin
Torben71
1:25 26 Mar '08  
GeneralRe: I like it Pin
M Usman
2:55 27 Mar '08  
GeneralGood Job Pin
Rai Shahid
3:39 24 Mar '08  


Last Updated 23 Mar 2008 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009