• 大小: 538KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: 其他
  • 标签: asp.net  C#  

资源简介

模拟南航的订票系统,.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 AirlineEstablish : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {
        if (Session[“Userlevel“].ToString()== “0“)
        {
        }
        else
        {

            Response.Redirect(“Default.aspx“);
        }

    }
    protected void Button1_Click(object sender EventArgs e)
    {
        bool success;
        double distance = double.Parse(TextBox3.Text);
        success = DataProcess.Manager.AirlineEstabish(DropDownList1.SelectedValue DropDownList2.SelectedValue distance);
        if (success)
        {
            Response.Write(“ript>alert(‘增加航线成功‘)ript>“);

        }
        else
        {
            Response.Write(“ript>alert(‘操作失败‘)ript>“);
        }
       
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1595904  2007-07-13 12:59  航空系统\db

     文件       3234  2007-07-12 04:56  航空系统\flyingSystem\MasterPage.master

     文件       1255  2007-06-27 06:09  航空系统\flyingSystem\styleSheet.css

     文件       2389  2007-07-11 13:02  航空系统\flyingSystem\Web.sitemap

     文件       5615  2007-07-12 02:01  航空系统\flyingSystem\Default.aspx.cs

     文件       6208  2007-07-12 03:18  航空系统\flyingSystem\Regedit.aspx

     文件       1595  2007-07-12 12:55  航空系统\flyingSystem\showmesage.aspx

     文件        726  2007-06-28 07:01  航空系统\flyingSystem\showmesage.aspx.cs

     文件       1098  2007-07-11 22:14  航空系统\flyingSystem\Customer.aspx.cs

     文件        940  2007-07-12 12:55  航空系统\flyingSystem\setmessage.aspx

     文件        903  2007-07-11 06:01  航空系统\flyingSystem\setmessage.aspx.cs

     文件       5644  2007-07-12 14:47  航空系统\flyingSystem\ordertick.aspx.cs

     文件       2255  2007-07-09 15:47  航空系统\flyingSystem\Web.Config

     文件        616  2007-07-11 17:02  航空系统\flyingSystem\MasterPage.master.cs

     文件       5517  2007-07-12 12:55  航空系统\flyingSystem\showme.aspx

     文件        407  2007-06-26 18:26  航空系统\flyingSystem\showme.aspx.cs

     文件        405  2007-06-26 18:31  航空系统\flyingSystem\lead.aspx.cs

     文件       2146  2007-07-12 12:54  航空系统\flyingSystem\lead.aspx

     文件       1392  2007-06-28 21:54  航空系统\flyingSystem\Regedit.aspx.cs

     文件       7191  2007-07-12 12:55  航空系统\flyingSystem\ordertick.aspx

     文件       3251  2007-07-12 12:55  航空系统\flyingSystem\searchmycount.aspx

     文件       1405  2007-07-11 06:01  航空系统\flyingSystem\searchmycount.aspx.cs

     文件       1014  2007-07-12 12:45  航空系统\flyingSystem\showallmessage.aspx.cs

     文件       3668  2007-07-12 12:54  航空系统\flyingSystem\Customer.aspx

     文件        567  2007-07-11 06:11  航空系统\flyingSystem\Manage.aspx.cs

     文件       1056  2007-07-12 03:08  航空系统\flyingSystem\Global.asax

     文件       3174  2007-07-12 13:33  航空系统\flyingSystem\Manage.aspx

     文件      13009  2007-07-12 12:55  航空系统\flyingSystem\searchair.aspx

     文件       4320  2007-07-12 04:30  航空系统\flyingSystem\searchair.aspx.cs

     文件       1991  2007-07-12 12:55  航空系统\flyingSystem\showallmessage.aspx

............此处省略58个文件信息

评论

共有 条评论