Posted on: 12/24/2014 8:46:45 AM | Views : 524

Hi
I wrote code for RSS, it works correctly in IE , but, in Chrome i don't have  my news in RSS form, i have them like XML file!! would you please help me ?
I put the link for you, http://www.simanews.ir/RSS_AllNews.aspx please put this link in adress bar of IE and Chrome , you will see that in IE it works correctly but in Chrome does not, and here ia my code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RSS_AllSiteNews.aspx.cs" Inherits="RSS_RSS_AllSiteNews" %> <rss version="2.0"> <channel> <title>IRIBNews RSS AllSiteNews</title> <language>fa</language> <asp:Repeater DataSourceID="SqlDataSource1" ID="Repeater" runat="server"> <ItemTemplate> <item> <link> http://www.iribnews.ir ...

Go to the complete details ...