Click here to Skip to main content
Click here to Skip to main content
Articles » Languages » XML » General » Downloads
 

What is RSS, and reading and writing RSS feeds

By , 24 Feb 2010
 
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RSSRead.aspx.cs" Inherits="RSSRead" %>

<!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>Reading RSS File</title>
</head>
<body>
    <form id="form1" runat="server">
    <asp:Button ID="btnRead" runat="server" Text="Read RSS" onclick="btnRead_Click" />
    <div>
    <asp:GridView ID="grvRSS" runat="server" 
            CellPadding="4" ForeColor="#333333" 
            GridLines="None">
        <FooterStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
        <RowStyle BackColor="#FFFBD6" ForeColor="#333333" />
        <PagerStyle BackColor="#FFCC66" ForeColor="#333333" HorizontalAlign="Center" />
        <SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="Navy" />
        <HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="White" />
        <AlternatingRowStyle BackColor="White" />
            </asp:GridView>
    </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

Indrajeet Sutar
Software Developer (Junior) Excel Informatics, Pune
India India
Am Indrajeet T. Sutar. I am a web developer. I am working on .net technology. I have completed my Masters in Computers and Management (people call it as MCA, MBA etc.) Apart from programming i do photography (not regularly though), traveling and reading books.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130617.1 | Last Updated 24 Feb 2010
Article Copyright 2010 by Indrajeet Sutar
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid