原创 web中添加各種播放器

在頁面中插入播放器 插入Windows Media Player: ID:6BF52A52-394A-11d3-B153-00C04F79FAA6 插入real: <object id="RAOCX" classid="clsid:CF

原创 加入身份驗證信息的SMTP mail發送

System.Web.Mail.MailMessage mail=new System.Web.Mail.MailMessage(); //定義郵件的發送地址 mail.From="[email protected]"; //定義郵件的接收

原创 asp.net(C#)購物車

文件名ShoppingCart.cs:using System;using System.Web.UI;using System.Collections; //使用Hashtable類必須引入該命名空間na

原创 web2.0 中用gmail服務器來發送郵件!

web2.0種引入了using System.Net.Mail;命名空間代替了以前的web.mail;發送郵件會有一些和1.0不一樣的地方,下邊把用gmail服務器發送郵件的代碼寫出來,供大家參考.usin

原创 C#調用系統程序

[C#]       using   System;     using   System.Diagnostics;     using   System.ComponentModel;