资源简介
模拟南航的订票系统,.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
- 下一篇:新基于内容图像检索系统
相关资源
- 资源管理器
- 学生健康管理系统 软件工程大作业
- LitJson源码--cs文件
- redupload多文件上传控件 dll
- 喜马拉雅音频修改器有源码
- 有意思的应用程序《用名字打架》
- DNS协议解析源码程序
- .net财务管理系统完整源码值得
- C#Textbox获得扫描枪条码内容
- CSharpModBusExample
- 进程调度 优先权和轮转法
- 在RichTextBox中实现项目符号功能
- 基于SOCKET编写的QQ模拟程序
- RFID读写程序
- 简易水准网平差程序
- 手写签名采集识别系统
- NotifyIcon
- GPS NMEA协议解析.NET库
- 家教管理系统
- GPS广播星历计算卫星概略位置
- DevExpressCrack-master.zip
- 打包管理工具 Asset Bundle Manager
- Loic源码-DDOS/DOS测试
- 航空订票系统UML图
- 空间后方交会求外方位元素
- web服务的建立和引用——模拟网上购
- 手写签名图片,可保存为图片或到数
- WinRemoteDesktop 简易远程桌面管理工具
- 自动取款机管理系统
- 实现一个界面跳转到另一个界面
评论
共有 条评论