• 大小: 6.24MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-01
  • 语言: C#
  • 标签: 课程设计  

资源简介

沈阳大学的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\title.gif

     文件       1995  2007-09-20 15:17  网上图书销售系统\Admin\Img\title_bg_quit.gif

     文件       2950  2011-04-22 17:00  网上图书销售系统\Admin\liuyan.aspx

     文件       2314  2011-04-22 17:03  网上图书销售系统\Admin\liuyan.aspx.cs

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

评论

共有 条评论