|
|
|
|
 |
|
 |
 |
 |
How to Build an RSS News Reader
|
|
|
Hits: 34
How to Build an RSS News Reader
 3.0
RSS (Rich Site Summary) news feeds are easily consumed and displayed in an ASP.NET web forms page using no more than a few lines of codes. However, listing the RSS news feed links in this fashion can take up considerable page space. Instead, it would be more convenient to display them in a small embedded window that automatically scrolls them to the user. This method substantially reduces the page real estate devoted to the news feed, while displaying the same information in a compact, attractive, and intuitive manner. Once you have developed a method for displaying RSS news in this format, it would be still more convenient to implement the method as a custom control that you can add to any ASP.NET web forms page with just a few lines of code. This article shows you how.
In this article, you will learn how to create the illusion of continuous seamless scrolling by: 1) using two datagrids to display the same listing; and 2) scrolling the entire total list, but then repeating the scrolling when it has passed over the first list.
Platform(s): n/a
Date: Jan, 23 2006
Author: http://stephanbren.com/default.aspx?tabid=122&type=comm&site=30&parentid=1
Ratings
Number of Ratings: 2 Votes
| 5 |
|
| 50% |
| 4 |
| 0%
|
| 3 |
| 0%
|
| 2 |
| 0%
|
| 1 |
| 50%
|
|
|
Others Scripts
ASP.NET/Tips and Tutorials
ASP.NET/Tips and Tutorials
ASP.NET/Tips and Tutorials
ASP.NET/Tips and Tutorials
Tools and Utilities/Miscellaneous
Tools and Utilities/Miscellaneous
ASP.NET/Tips and Tutorials
ASP.NET/Tips and Tutorials
ASP.NET/Tips and Tutorials
Tools and Utilities/Miscellaneous
ASP/Tips and Tutorials/Introduction to ASP
|
|
|
 |
 |
|
 |
|
 |
|