网上购物系统的设计与实现源代码

网上购物系统的设计与实现源代码

ID:33681213

大小:521.00 KB

页数:77页

时间:2019-02-28

网上购物系统的设计与实现源代码_第1页
网上购物系统的设计与实现源代码_第2页
网上购物系统的设计与实现源代码_第3页
网上购物系统的设计与实现源代码_第4页
网上购物系统的设计与实现源代码_第5页
资源描述:

《网上购物系统的设计与实现源代码》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、cm.aspx(页面)<%@PageLanguage="C#"MasterPageFile="~/MasterPage.master"AutoEventWireup="true"CodeFile="cm1.aspx.cs"Inherits="cm1"Title="无标题页"%>地址

2、="server">
邮编
电话
真实姓名

3、click="Button1_Click"Text="下一步"style="height:26px"/>




cm.aspx.csusingSystem;usingSystem.Collections;usingSystem.Configuration;usingSystem.Data;usingSystem.L

4、inq;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.HtmlControls;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Xml.Linq;usingSystem.Data.SqlClient;publicpartialclasscm1:System.Web.UI.Pa

5、ge{protectedvoidPage_Load(objectsender,EventArgse){}classinsert{}protectedvoidButton1_Click(objectsender,EventArgse){DataTabledtable;stringsql=ConfigurationManager.ConnectionStrings["Con"].ConnectionString.ToString();SqlConnectionsqlb=newSqlConnection(s

6、ql);sqlb.Open();stringstrt="select*fromgouwuchewhereusername='"+Session["name"].ToString()+"'";SqlDataAdaptersqlt=newSqlDataAdapter(strt,sqlb);DataSetds=newDataSet();DataRowCollectiondrow;sqlt.Fill(ds,"tab");dtable=ds.Tables["tab"];drow=dtable.Rows;Rand

7、omrnd=newRandom();longn=rnd.Next(10000,99999);longm=rnd.Next(10000,99999);longx=rnd.Next(10000,99999);for(inti=0;i

8、ername,pho,sname,time,photo,sno)values(@id,@sum,@sprice,@youbian,@name,@address,@username,@pho,@sname,@time,@photo,@sno)";com.Parameters.AddWithValue("@id",n.ToString()+m.ToString()+x.ToString());com.Parameters.AddWithValue("@sum

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。