Click here to Skip to main content
15,883,606 members
Articles / Web Development / ASP.NET

RSS Reader Web Control

Rate me:
Please Sign up or sign in to vote.
3.61/5 (14 votes)
23 Mar 2008CPOL3 min read 94.2K   554   39  
A simple to use, scrolling news reader web control

.ControlHeader
{
	font-size:14px;
	font-family:Verdana;
	background-color:#B192ED;
	border-width:1;
	text-align:left;
	font-weight:bolder;
}
.NewHeader
{
	font-family:Verdana;
		font-size:14px;
	font-weight:bold;
}
.ControlFooter
{
	font-size:10px;
	font-family:Verdana;
	background-color:#B192ED;
	border-width:1;
	text-align:center;
	font-weight:bold;
}
.News
{
	font-family:Verdana;
	font-size:10px;
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Marriala Technologies
Pakistan Pakistan
Muhammad Usman
Software Developer, M.sc(Computer)
Pakistan

Comments and Discussions