资源简介
模拟南航的订票系统,.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\st
文件 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个文件信息
- 上一篇:waidps-master.zip
- 下一篇:新基于内容图像检索系统
相关资源
- WPF USB 网络 串口 通信软件
- B/S 网上订餐系统
- 教室管理系统.rar
- 小鸡快跑游戏.
-
分别适用于.NET fr
amework 2.0和4.0的E - 汽车租赁系统............................
- 自己写的航空订票系统c 版--数据结构
- 航空订票系统_数据结构课程设计
- 德卡D8读写器关于读写感应卡的一些代
- halcon 测量助手
- 图片存储到数据库保存二进制文件并
- 用Socket写的简易FTP服务器和客户端
- 企业销售管理信息系统(全套)
- 串口操作类(justinio)
- 基于Petri网的工作流(完整的原创源代
- 选择题自动考试系统
- 多线程实例:桌面智能弹球小游戏
- .net计件工资管理程序 啊
- powerdatagrid控件 源码
- 土地信息管理系统
- ServiceStack V3.9 全部dll
- PDF pdfview.ocx 无水印
- 《WCF服务编程(第三版)》.pdf
- 初学Visual Basic 2010代码
- 网上购物商城系统完整版
- 无需共享打印机实现远程打印功能小
- 真正的破解版PDFView4NET
- 网页调用ActiveX控件获取串口数据
- Luence的与盘古分词的使用软件
- Emgu.CV 打开视频与人脸检测
评论
共有 条评论