• 大小: 0.20M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 邮件  asp.net  asp  .NET  

资源简介

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个文件信息

评论

共有 条评论