#副標=網頁資料存取 #大標=ASP.NET 2.0資料存取新面貌(3) #眉標=ASP.NET #作者=文/王寧疆 -------------------box 程式1--------------------- 998-72-3567 Ringer Albert 801 826-0752
67 Seventh Av.
Salt Lake City UT 84152 true
以下省略
------------------------end---------------- ----------------------box 程式2----------------- 172-32-1176 White Johnson 408 496-7223
10932 Bigge Rd.
Menlo Park CA 94025 true
以下省略 ---------------------------end--------------------- ------------box 程式3----------------- Logical Tips http://www.LogicalTips.com Computing tips and musings en-us Just Turn It Off Why meeting with people who refuse to turn off their cell phones is pointless. http://www.LogicalTips.com/LPMArticle.asp?ID=355 4/17/2004 11:00:13 AM http://www.LogicalTips.com/LPMArticle.asp?ID=355 以下省略 ----------------------end----------------- ----------------------box 程式4------------------------- <%#XPath("title")%>
<%#XPath("pubDate")%>
<%#XPath("description")%>
詳細內容

-------------------end----------------------- --------------------box 程式5------------------- void btnReal_Click(object sender, EventArgs e) { XmlDataSource1.DataFile = "http://tw.news.yahoo.com/rss/realtime"; } void btnSport_Click(object sender, EventArgs e) { XmlDataSource1.DataFile = "http://tw.news.yahoo.com/rss/sports"; } void btnEntertainment_Click(object sender, EventArgs e) { XmlDataSource1.DataFile = "http://tw.news.yahoo.com/rss/entertainment"; } -------------------------end--------------------- -------------------------box 程式6-------------------- -----------------------end-------------------- ------------------------box 命令1----------------- aspnet_regsql -E -d Northwind -ed ------------------------end------------------- --------------------box 命令2----------------------- aspnet_regsql -E -d Northwind -t Orders -et ----------------------end---------------------------