資源簡介
asp.net發送郵件
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
public?partial?class?ErrorPage?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
if(!IsPostBack)
{
ViewState[“BackURL“]?=?Request.UrlReferrer.ToString();
}
}
protected?void?BackBtn_Click(object?senderSystem.EventArgs?e)
{
Response.Redirect(ViewState[“BackURL“].ToString());
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3479??2006-08-14?18:53??Sender.aspx
?????文件???????3554??2007-06-06?08:52??Sender.aspx.cs
?????文件???????4231??2006-08-14?18:53??SystemProfile.aspx
?????文件???????1618??2006-08-14?18:53??SystemProfile.aspx.cs
?????文件???????4243??2006-08-14?18:53??ViewMail.aspx
?????文件???????3281??2006-08-14?18:53??ViewMail.aspx.cs
?????文件???????1870??2007-06-06?08:37??Web.Config
?????文件???????1515??2006-08-14?18:53??WebEmail.sln
?????文件??????15872??2006-08-14?18:53??WebEmail.suo
?????文件???????5264??2007-06-06?08:51??App_Code\Folder.cs
?????文件??????13716??2007-06-06?08:51??App_Code\Mail.cs
?????目錄??????????0??2007-06-02?09:11??App_Code
?????目錄??????????0??2007-06-02?09:11??App_Data
?????文件????1048576??2007-06-06?09:03??DB_51aspx\WebMailDB.mdf
?????文件????1048576??2007-06-06?09:03??DB_51aspx\WebMailDB_log.ldf
?????目錄??????????0??2007-06-06?08:39??DB_51aspx
?????文件????????124??2006-08-14?18:53??Images\attach.gif
?????文件???????1334??2006-08-14?18:53??Images\bmp.bmp
?????文件????????853??2006-08-14?18:53??Images\delete.gif
?????文件????????848??2006-08-14?18:53??Images\dn.gif
?????文件????????848??2006-08-14?18:53??Images\down.gif
?????文件????????866??2006-08-14?18:53??Images\edit.gif
?????文件???????1334??2006-08-14?18:53??Images\exe.bmp
?????文件????????859??2006-08-14?18:53??Images\ffwd.gif
?????文件????????857??2006-08-14?18:53??Images\frew.gif
?????文件????????844??2006-08-14?18:53??Images\fwd.gif
?????文件????????852??2006-08-14?18:53??Images\lt.gif
?????文件????????845??2006-08-14?18:53??Images\rew.gif
?????文件????????852??2006-08-14?18:53??Images\rt.gif
?????文件?????105984??2006-08-14?18:53??Images\Thumbs.db
............此處省略30個文件信息
- 上一篇:wpf GraphSharp 畫圖
- 下一篇:C# 酒店數據管理系統(附數據庫)
評論
共有 條評論