Tips & Tricks for ASP.NET - C#

Google site Search
RSS Gridview Datasource

DataSet myDs = new DataSet();

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

myDs.ReadXml(xmlUrl);

GridView1.DataSource = myDs;

GridView1.DataBind();



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

Comments
bony Says:-
“ very nice ”
 
 
Write Comments
Name  
Email    
Comments  

Other Titles