Tips & Tricks for ASP.NET - C#

Google site Search
XML Datasource

string xmlUrl = http://www.rss.net/HOROSCOPE_FEED.asp;

string xmlResult,xmlDate;

XmlDataSource xmlDS = new XmlDataSource();

xmlDS.EnableCaching = false; // to avoid caching

xmlDS.DataFile = xmlUrl;

XmlDocument xmlDoc = xmlDS.GetXmlDocument();

xmlDate = xmlDoc.SelectSingleNode("//scopetitle").InnerText;



Arvixe offers ASP.net hosting that's good for testing plugins. Here is a good arvixe review if you want to know more.

Comments
Write Comments
Name  
Email    
Comments  

Other Titles