• 大小: 9.89MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-18
  • 语言: C#
  • 标签: rar  

资源简介

asp.net电子书城系统设计与实现(源代码论文).rar

资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;
using System.Configuration;
namespace BookShop
{
/// 
/// AddBoo 的摘要说明。
/// 

public partial class AddBoo : System.Web.UI.Page
{   SqlConnection myConnection;
SqlCommand myCommand;
protected System.Web.UI.WebControls.Button Button1;
    
protected void Page_Load(object sender System.EventArgs e)
{
// 在此处放置用户代码以初始化页面
if(Session[“manageuser“].ToString()!=null)
{
myConnection=new SqlConnection(System.Configuration.ConfigurationSettings.AppSettings[“dsn“]);
}
else
{
Response.Write(“ript language=javascript>alert(‘非法用户,不得进入‘)ript>“);
Response.Redirect(“managelogin.aspx“);
}
}

#region Web 窗体设计器生成的代码
override protected void OnInit(EventArgs e)
{
//
// CODEGEN: 该调用是 ASP.NET Web 窗体设计器所必需的。
//
InitializeComponent();
base.OnInit(e);
}

/// 
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// 

private void InitializeComponent()
{    

}
#endregion

protected void btnApply_Click(object sender System.EventArgs e)
{

try
{
string strname1=Convert.ToString(this.tbx_bookimage.Value);
string strname=strname1.Substring(strname1.LastIndexOf(“\\“)+1);

this.tbx_bookimage.PostedFile.SaveAs(Server.MapPath(“BookImages“)+“\\“+strname);
this.tbx_bookimage.PostedFile.SaveAs(Server.MapPath(“BookImages“)+“\\AllBooks\\“+strname);
this.Image1.ImageUrl=Server.MapPath(“BookImages“)+“\\“+strname;
Session[“strname“]=strname;
}
catch
{

Response.Write(“ript language=javascript>alert(‘您还没有选择图片‘)ript>“);
}


}

protected void btnsubmit_Click(object sender System.EventArgs e)
{
//myCommand.Parameters[“@ddlCategoryID“].Value=Convert.ToInt32(this.ddl_Power.SelectedItem.Value.ToString());
// string addstr=“insert into Book values(@CategoryID‘@txtISBN‘‘@txtBookName‘‘@txtBookImage‘@txtOriginal@txtSale‘@txtDescription‘)“;
try{



int categoryid=Convert.ToInt32(this.ddl_Sort.SelectedItem.Value.ToString());
string isbn=this.tbx_ISBN.Text;
string bookname=this.tbx_BookName.Text;
string bookimage=Session[“strname“].ToString();
double original=Convert.ToDouble(this.tbx_Original.Text);
double sale=Convert.ToDouble(this.tbx_sale.Text.ToString());
string description=this.tbx_description.Text;
            string addstr=“insert into Book values(“+categoryid+“‘“+isbn+“‘‘“+bookname+“‘‘“+bookimage+“‘“+original+““+sale+“‘“+description+“‘)“;

            myCommand=new SqlCommand(addstrmyConnection);
//给命令添加参数
// myCommand.Parameters.Add(“@CategoryID“SqlDbType.Int);
// myComma

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      13335  2013-12-22 19:01  asp.net电子书城系统设计与实现(源代码+论文)\a1.jpg

     文件       6387  2013-12-22 12:01  asp.net电子书城系统设计与实现(源代码+论文)\AddBook.aspx

     文件       4370  2013-12-22 15:01  asp.net电子书城系统设计与实现(源代码+论文)\AddBook.aspx.cs

     文件       5317  2013-12-22 12:01  asp.net电子书城系统设计与实现(源代码+论文)\AddBook.aspx.resx

     文件        589  2013-12-22 17:01  asp.net电子书城系统设计与实现(源代码+论文)\AddToCart.aspx

     文件       1182  2013-12-22 18:01  asp.net电子书城系统设计与实现(源代码+论文)\AddToCart.aspx.cs

     文件       1733  2013-12-22 17:01  asp.net电子书城系统设计与实现(源代码+论文)\AddToCart.aspx.resx

     文件       3356  2013-12-22 12:01  asp.net电子书城系统设计与实现(源代码+论文)\AddUser.aspx

     文件       2687  2013-12-22 18:01  asp.net电子书城系统设计与实现(源代码+论文)\AddUser.aspx.cs

     文件       5317  2013-12-22 12:01  asp.net电子书城系统设计与实现(源代码+论文)\AddUser.aspx.resx

     文件     148818  2013-12-22 14:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\11.BMP

     文件      81174  2013-12-22 12:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\12.BMP

     文件      81174  2013-12-22 11:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\13.BMP

     文件      82818  2013-12-22 16:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\14.BMP

     文件      82614  2013-12-22 10:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\15.BMP

     文件     153026  2013-12-22 17:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\16.BMP

     文件     164214  2013-12-22 18:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\17.BMP

     文件     149214  2013-12-22 12:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\18.BMP

     文件      81654  2013-12-22 18:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\19.BMP

     文件      79350  2013-12-22 15:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\20.BMP

     文件      13335  2013-12-22 17:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\a1.jpg

     文件      24300  2013-12-22 09:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\adlogin1.jpg

     文件      29849  2013-12-22 15:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\adlogin2.jpg

     文件      18376  2013-12-22 10:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\adlogin3.jpg

     文件      18005  2013-12-22 13:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\adlogin4.jpg

     文件      24592  2013-12-22 12:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\adlogin5.jpg

    ..A.SH.         2  2013-12-22 17:01  asp.net电子书城系统设计与实现(源代码+论文)\adImages\desktop.ini

     文件       1678  2013-12-22 17:01  asp.net电子书城系统设计与实现(源代码+论文)\adorderlist.xml

     文件       2517  2013-12-22 09:01  asp.net电子书城系统设计与实现(源代码+论文)\Answer.aspx

     文件       2681  2013-12-22 15:01  asp.net电子书城系统设计与实现(源代码+论文)\Answer.aspx.cs

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

评论

共有 条评论