资源简介

毕业设计做的快递系统,分为用户、普通管理员、超级管理员三个入口,能实现一般快递所有需求,供学弟学妹参考,VS2010,数据库为VS2010自带的SQL server08 ,里面包含毕设报告

资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;
using System.Data;
using System.Configuration;
using System.xml.Linq;

public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {
        Image1.ImageUrl = “~/ValiCode.aspx“;
    }
    protected void Button1_Click(object sender EventArgs e)
    {

        if (TextBox1.Text == ““ || TextBox2.Text == ““)
        { Label2.Text = “输入信息不能为空!“; }
        else
        {
            if (TextBox2.Text != Session[“ValiCode“].ToString())
            { Label2.Text = “验证码错误!“; }
            else if(TextBox2.Text  == Session[“ValiCode“].ToString())
            {
                Session[“ex“] = TextBox1.Text;
                Response.Redirect(“~/Search.aspx“);
            }
        }
    }
    protected void login_Click(object sender EventArgs e)
    {
        Response.Redirect(“User/UserLogin.aspx“);
    }
    protected void register_Click(object sender EventArgs e)
    {
        Response.Redirect(“User/UserRegister.aspx“);
    }
    protected void login2_Click(object sender EventArgs e)
    {
        Response.Redirect(“Admin/AdminLogin.aspx“);
    }
    protected void Button4_Click(object sender EventArgs e)
    {
        Response.Redirect(“http://www.cn.dhl.com/apps/FindCenter/dhldropoff.html“);
    }
    protected void Button3_Click(object sender EventArgs e)
    {
        Response.Redirect(“~/Yewu.aspx“);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-12-06 19:56  20081759毕设快递\
     文件    15816704  2012-12-06 19:53  20081759毕设快递\毕业设计(论文).doc
     文件       56320  2012-12-06 19:54  20081759毕设快递\毕业设计(论文)任务书.doc
     目录           0  2012-12-06 19:53  20081759毕设快递\源程序\
     目录           0  2012-12-06 19:53  20081759毕设快递\源程序\WebSite1\
     目录           0  2012-12-06 19:53  20081759毕设快递\源程序\WebSite1\Admin\
     文件        2765  2012-05-26 15:20  20081759毕设快递\源程序\WebSite1\Admin\AdminDefault.aspx
     文件        3955  2012-05-17 13:42  20081759毕设快递\源程序\WebSite1\Admin\AdminDefault.aspx.cs
     文件        1682  2012-04-20 16:22  20081759毕设快递\源程序\WebSite1\Admin\AdminLiuyan.aspx
     文件         983  2012-04-20 17:01  20081759毕设快递\源程序\WebSite1\Admin\AdminLiuyan.aspx.cs
     文件        3158  2012-05-26 15:10  20081759毕设快递\源程序\WebSite1\Admin\AdminLogin.aspx
     文件        2179  2012-05-17 12:04  20081759毕设快递\源程序\WebSite1\Admin\AdminLogin.aspx.cs
     文件        3707  2012-05-26 16:34  20081759毕设快递\源程序\WebSite1\Admin\Adminchangepwd.aspx
     文件        2318  2012-05-18 23:14  20081759毕设快递\源程序\WebSite1\Admin\Adminchangepwd.aspx.cs
     文件        5236  2012-05-26 15:30  20081759毕设快递\源程序\WebSite1\Admin\Direct.aspx
     文件        1991  2012-05-17 11:09  20081759毕设快递\源程序\WebSite1\Admin\Direct.aspx.cs
     文件       14847  2012-05-26 16:01  20081759毕设快递\源程序\WebSite1\Admin\Ex.aspx
     文件       12766  2012-05-26 16:12  20081759毕设快递\源程序\WebSite1\Admin\Ex.aspx.cs
     文件        5744  2012-05-26 15:30  20081759毕设快递\源程序\WebSite1\Admin\NewPrice.aspx
     文件        1589  2012-05-17 11:15  20081759毕设快递\源程序\WebSite1\Admin\NewPrice.aspx.cs
     文件        5641  2012-05-26 15:31  20081759毕设快递\源程序\WebSite1\Admin\Operate.aspx
     文件        2202  2012-05-17 13:42  20081759毕设快递\源程序\WebSite1\Admin\Operate.aspx.cs
     目录           0  2012-12-06 19:53  20081759毕设快递\源程序\WebSite1\App_Code\
     文件         972  2012-04-19 20:57  20081759毕设快递\源程序\WebSite1\App_Code\AddLiuyan.cs
     文件         959  2012-05-17 21:35  20081759毕设快递\源程序\WebSite1\App_Code\AddNews.cs
     文件        1069  2012-04-20 16:27  20081759毕设快递\源程序\WebSite1\App_Code\AdminAddLiuyan.cs
     文件         951  2012-05-17 11:04  20081759毕设快递\源程序\WebSite1\App_Code\Nprice.cs
     文件        1111  2012-04-21 23:37  20081759毕设快递\源程序\WebSite1\App_Code\Registeradmin.cs
     文件        1100  2012-04-18 16:26  20081759毕设快递\源程序\WebSite1\App_Code\Registeruser.cs
     文件        1163  2012-04-20 22:00  20081759毕设快递\源程序\WebSite1\App_Code\Zhida.cs
     文件        1223  2012-04-20 20:32  20081759毕设快递\源程序\WebSite1\App_Code\Zhongzhuan.cs
............此处省略85个文件信息

评论

共有 条评论