A
Aaron
Is there a way to limit the number of rss item rendered by the script.
For example the MSDN feed has over 30 items (posts). I would like my
script to render only 10 items.
http://msdn.microsoft.com/rss.xml
<asp
ataGrid runat="server" PageSize="12" AllowPaging="True">
I tried this but it didn't work.
Aaron
For example the MSDN feed has over 30 items (posts). I would like my
script to render only 10 items.
http://msdn.microsoft.com/rss.xml
<asp

I tried this but it didn't work.
Aaron