Click here to Skip to main content
Click here to Skip to main content

RSS Reader Web Control

By , 23 Mar 2008
 
rssreader.zip
RssReader.dll
TestWebsite
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>

<%@ Register Assembly="RssReader" Namespace="RssReader" TagPrefix="cc1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Untitled Page</title>
    <link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
        <div>
                        <cc1:RssReader ID="RssReader1" runat="server" URL="http://www.thenews.com.pk/rss/thenews_updates.xml"
                RSSHeading="News" FooterText="News from http://www.thenews.com.pk" RSSNewsCSSClass="News"
                HeaderText="Country News" HeaderCssClass="ControlHeader" FooterCssClass="ControlFooter"
                RssHeadingCssClass="NewHeader" />
 
        </div>
    </form>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of use 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)

About the Author

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

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 23 Mar 2008
Article Copyright 2008 by M Usman
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid