|
|
Browse by Tags
All Tags » RSS Feed (RSS)
-
RSS Feed is very popular in Internet. This tutorial will show you how to create a RSS Reader using ASP.NET 2.0 and VB.NET.
At first, import the namespace of System.Net, System.IO, and System.XmlImports System.Net
Imports System.IO
Imports System.Xml
In this sample, we created a simple function to process the RSS feed from a sample URL. This ...
|
|
|