资源简介
沈阳大学的ASP.NET课程设计。
网上图书销售系统包含数据库。使用SQL2005数据库。
包含文档以及程序,保证可以运行。
代码片段和文件信息
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 DDList : System.Web.UI.Page
{
protected void Page_Load(object sender EventArgs e)
{
// 在此处放置用户代码以初始化页面
if (!Page.IsPostBack)
{
DataTable tmpda = new DataTable();
tmpda = Database.Get_Table(“select * from gwcxxspxx where gwcxx.spbh=spxx.spbh and gwcxx.hydlm=‘“ + Session[“UserID“].ToString() + “‘“);
this.GridView1.DataSource = tmpda;
this.GridView1.DataBind();
this.GridView1.Columns[1].Visible = false;
tmpda = Database.Get_Table(“select * from hyxx where hydlm=‘“ + Session[“UserID“].ToString() + “‘“);
//从数据库中计算出购物车中当前人员的总数量和总金额
tmpda = Database.Get_Table(“select sum(gwcxx.sl)sum(gwcxx.sl * spxx.spjg) from gwcxxspxx where gwcxx.spbh=spxx.spbh and gwcxx.hydlm=‘“ + Session[“UserID“].ToString() + “‘“);
if (tmpda.Rows.Count > 0)
{
this.TextBox3.Text = tmpda.Rows[0][0].ToString();
this.TextBox4.Text = tmpda.Rows[0][1].ToString();
}
//初始化显示控件内容
this.TextBox1.Text = Guid.NewGuid().ToString();
this.TextBox2.Text = Session[“UserID“].ToString();
this.TextBox6.Text = DateTime.Now.Date.ToShortDateString();
this.linkButton2.Attributes.Add(“onclick“ “return confirm(‘订单生成以后只能等待确认您不能再继续操作是否确认生成订单?‘);“);
}
}
protected void linkButton1_Click(object sender EventArgs e)
{
Response.Redirect(“GwcList.aspx“);
}
protected void linkButton2_Click(object sender EventArgs e)
{
if (this.GridView1.Rows.Count > 0)
{
//循环保存购物车中的记录到订单明细表中
for (int i = 0; i < this.GridView1.Rows.Count; i++)
{
string aa = “insert into hyddmx(ddbhspbhslje) values(‘“ + this.TextBox1.Text + “‘“ + Convert.ToInt32(this.GridView1.Rows[i].Cells[1].Text) + ““ + Convert.ToDecimal(this.GridView1.Rows[i].Cells[4].Text) + ““ + Convert.ToDecimal(this.GridView1.Rows[i].Cells[3].Text) * Convert.ToDecimal(this.GridView1.Rows[i].Cells[4].Text) + “)“;
Database.ExecSql(“insert into hyddmx(ddbhspbhslje) values(‘“ + this.TextBox1.Text + “‘“ + Convert.ToInt32(this.GridView1.Rows[i].Cells[1].Text) + ““ + Convert.ToDecimal(this.GridView1.Rows[i].Cells[4].Text) + ““ + Convert.ToDecimal(this.GridView1.Rows[i].Cells[3].Text) * Convert.ToDecimal(this.GridView1.Rows[i].Cells[4].Text) + “)“);
}
//保存订单主表信息
Database.ExecSql(“insert into hyddhz(ddbhhydlmzslzjeddrq) values(‘“ + this.TextBox1.Text + “‘‘“ + Session[“UserID“].ToString() + “‘“ + Convert.ToDecimal(t
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 467 2010-03-13 18:30 网上图书销售系统\Admin\Admindier.aspx
文件 416 2010-03-13 17:46 网上图书销售系统\Admin\Admindier.aspx.cs
文件 2727 2011-04-17 18:52 网上图书销售系统\Admin\AdminEdit.aspx
文件 3293 2011-04-25 18:46 网上图书销售系统\Admin\AdminEdit.aspx.cs
文件 12655 2014-03-17 19:25 网上图书销售系统\Admin\AdminLeft.aspx
文件 440 2010-03-13 17:38 网上图书销售系统\Admin\AdminLeft.aspx.cs
文件 3056 2011-04-17 18:51 网上图书销售系统\Admin\AdminList.aspx
文件 2354 2011-04-17 18:58 网上图书销售系统\Admin\AdminList.aspx.cs
文件 446 2010-03-14 11:23 网上图书销售系统\Admin\AdminMain.aspx
文件 416 2010-03-13 17:14 网上图书销售系统\Admin\AdminMain.aspx.cs
文件 1251 2010-03-13 23:15 网上图书销售系统\Admin\AdminTop.aspx
文件 532 2010-03-13 23:17 网上图书销售系统\Admin\AdminTop.aspx.cs
文件 2309 2011-04-17 19:08 网上图书销售系统\Admin\A_news.aspx
文件 3078 2011-04-19 21:10 网上图书销售系统\Admin\A_news.aspx.cs
文件 3070 2011-04-17 19:19 网上图书销售系统\Admin\A_newslist.aspx
文件 2349 2011-04-20 09:52 网上图书销售系统\Admin\A_newslist.aspx.cs
文件 3566 2011-04-21 11:34 网上图书销售系统\Admin\DDList.aspx
文件 3409 2011-04-25 18:44 网上图书销售系统\Admin\DDList.aspx.cs
文件 4344 2011-05-04 20:36 网上图书销售系统\Admin\DDSee.aspx
文件 2043 2010-04-20 00:52 网上图书销售系统\Admin\DDSee.aspx.cs
文件 176 2007-12-17 16:20 网上图书销售系统\Admin\Img\add.gif
文件 2038 2007-09-20 15:17 网上图书销售系统\Admin\Img\admin_left_1.gif
文件 1131 2007-09-20 15:17 网上图书销售系统\Admin\Img\admin_left_2.gif
文件 1998 2007-09-20 15:17 网上图书销售系统\Admin\Img\admin_left_3.gif
文件 2012 2007-09-20 15:17 网上图书销售系统\Admin\Img\admin_left_4.gif
文件 19456 2009-02-28 19:11 网上图书销售系统\Admin\Img\Thumbs.db
文件 2872 2007-09-20 16:00 网上图书销售系统\Admin\Img\ti
文件 1995 2007-09-20 15:17 网上图书销售系统\Admin\Img\ti
文件 2950 2011-04-22 17:00 网上图书销售系统\Admin\liuyan.aspx
文件 2314 2011-04-22 17:03 网上图书销售系统\Admin\liuyan.aspx.cs
............此处省略172个文件信息
相关资源
- 广工c#网络应用编程课程设计 银行存
- 基于ASP.NET的课程设计
- ASP.NET 旅行社信息管理网站课程设计
- ASP.NET聊天室课程设计
- C#学生宿舍管理系统 课程设计
- 用C#做的简单的学生学籍管理系统课程
- 数据库课程设计----C#版学生信息管理
- 关于酒店管理系统的C#课程设计
- 数据库课程设计-超市管理系统
- 教学设备数据库管理系统SQL+C#课程设
- 酒店管理系统(数据库+课程设计+C#)
- 小小的网上订餐系统课程设计用
- c#库存管理系统设计报告---数据库课程
- 三层架构.NET平台下的校园餐卡管理系
- 基于C#、SQL开发的数据库课程设计,详
- 课程设计-学生信息管理系统
- 药品管理系统c#编写的
- C#课程设计员工信息管理系统
- C#课程设计+源代码
- 课程设计——图书馆图书管理系统
- C# 拼图游戏 含有课程设计
- 软件工程课程设计——旅游订票管理
- C#酒店管理系统课程设计
- 企业销售管理系统.zip
- C#课程设计《学生防疫信息管理软件》
- asp.net课程设计案例精编
- 学生选课系统C#窗体
- net课设_网上购物系统
- 职工工资管理系统C#课程设计含数据库
- 医药销售管理系统 数据库课程设计
评论
共有 条评论