I tried this way:
<form id="form1" runat="server">
<mrml:TVPage ID="TVPage1" runat="server" style="position:absolute; height: 720px; width: 1280px">
<mrml:TVXmlDataSource runat="server" ID="TVXmlDataSource1" Url="Bin/Resources/RSS.xml">
</mrml:TVXmlDataSource>
<mrml:TVPhysicsGrid ID="TVGrid1" runat="server" DataBinder="TVXmlDataSource1"></mrml:TVPhysicsGrid>
</mrml:TVPage>
</form>
But
the
output is not
getting anything.
How can i read an RSS feed? Please help. Thanks.