91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 5.09MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-17
  • 語言: C#
  • 標簽: rar??

資源簡介

asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼論文).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;
using?System.IO;?
using?System.Drawing.Imaging;?


namespace?BookSalesManagementSystem_zhou
{
///?
///?addBook?的摘要說明。
///?

public?class?addBook?:?System.Web.UI.Page
{
protected?System.Web.UI.WebControls.TextBox?txtBookSell;
protected?System.Web.UI.WebControls.TextBox?txtBookId;
protected?System.Web.UI.WebControls.TextBox?txtBookName;
protected?System.Web.UI.WebControls.RequiredFieldValidator?RequiredFieldValidator1;
protected?System.Web.UI.WebControls.TextBox?txtBookAuthor;
protected?System.Web.UI.WebControls.TextBox?txtBookType;
protected?System.Web.UI.WebControls.Label?Label12;
protected?System.Web.UI.WebControls.DropDownList?ddlType;
protected?System.Web.UI.WebControls.TextBox?txtBookPress;
protected?System.Web.UI.WebControls.TextBox?txtImport;
protected?System.Web.UI.WebControls.RequiredFieldValidator?RequiredFieldValidator4;
protected?System.Web.UI.WebControls.TextBox?txtBookPrice;
protected?System.Web.UI.WebControls.RequiredFieldValidator?RequiredFieldValidator2;
protected?System.Web.UI.WebControls.TextBox?txtBookCount;
protected?System.Web.UI.WebControls.RequiredFieldValidator?RequiredFieldValidator3;
protected?System.Web.UI.WebControls.TextBox?strState;
protected?System.Web.UI.WebControls.Button?btnUpFile;
protected?System.Web.UI.WebControls.Label?Label10;
protected?System.Web.UI.WebControls.TextBox?txtBookIntro;
protected?System.Web.UI.HtmlControls.HtmlTableCell?tdImage;
protected?System.Web.UI.HtmlControls.HtmlInputFile?fileUp;
protected?System.Web.UI.WebControls.Button?btnTiJiao;
protected?System.Web.UI.WebControls.Label?Label1;
protected?System.Web.UI.WebControls.Label?Label11;

private?void?Page_Load(object?sender?System.EventArgs?e)
{
//?在此處放置用戶代碼以初始化頁面
if(!IsPostBack)
{
string?connStr?=?ConfigurationSettings.AppSettings[“connStr“];
SqlConnection?SqlConn?=?new?SqlConnection(connStr);
SqlConn.Open();
SqlCommand?SqlCom?=?new?SqlCommand(““SqlConn);
SqlCom.CommandText?=?“select?*?from?bookType?“;
SqlDataAdapter?da?=?new?SqlDataAdapter(SqlCom);
DataSet?ds?=?new?DataSet();
da.Fill(ds);
this.ddlType.DataSource?=?ds;
this.ddlType.DataTextField?=“bookTypeId“;
this.ddlType.DataValueField?=?“bookTypeName“;
this.ddlType.DataBind();
SqlConn.Close();
}
}

#region?Web?窗體設計器生成的代碼
override?protected?void?OnInit(EventArgs?e)
{
//
//?CODEGEN:?該調用是?ASP.NET?Web?窗體設計器所必需的。
//
InitializeComponent();
base.OnInit(e);
}

///?
///?設計器支持所需的方法?-?不要使用代碼編輯器修改
///?此方法的內容。
///?

private?void

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????7150??2013-12-09?18:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\addBook.aspx

?????文件???????6711??2013-12-09?18:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\addBook.aspx.cs

?????文件???????5317??2013-12-09?18:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\addBook.aspx.resx

?????文件???????3288??2013-12-09?09:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\addNews.aspx

?????文件???????2085??2013-12-09?13:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\addNews.aspx.cs

?????文件???????5317??2013-12-09?09:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\addNews.aspx.resx

?????文件???????2115??2013-12-09?17:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\AssemblyInfo.cs

?????文件?????131072??2013-12-09?16:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\bin\BookSalesManagementSystem_zhou.dll

?????文件?????286208??2013-12-09?09:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\bin\BookSalesManagementSystem_zhou.pdb

?????文件??????15143??2013-12-09?09:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\bookDetail.aspx

?????文件??????10837??2013-12-09?16:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\bookDetail.aspx.cs

?????文件???????5317??2013-12-09?09:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\bookDetail.aspx.resx

?????文件???????2787??2013-12-09?19:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\bookNews.aspx

?????文件???????2377??2013-12-09?16:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\bookNews.aspx.cs

?????文件???????5317??2013-12-09?19:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\bookNews.aspx.resx

?????文件??????54974??2013-12-09?10:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\BookSalesManagementSystem_zhou.csproj

?????文件????????158??2013-12-09?17:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\BookSalesManagementSystem_zhou.csproj.webinfo

?????文件????????993??2013-12-09?10:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\BookSalesManagementSystem_zhou.sln

????..A..H.??????8192??2013-12-09?10:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\BookSalesManagementSystem_zhou.suo

?????文件???????4242??2013-12-09?11:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\booksDisplay.aspx

?????文件???????3257??2013-12-09?14:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\booksDisplay.aspx.cs

?????文件???????5317??2013-12-09?11:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\booksDisplay.aspx.resx

?????文件???????4951??2013-12-09?09:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\checkOrder.aspx

?????文件???????9587??2013-12-09?17:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\checkOrder.aspx.cs

?????文件???????5317??2013-12-09?09:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\checkOrder.aspx.resx

?????文件???????3555??2013-12-09?14:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\clientAddress.aspx

?????文件???????3624??2013-12-09?17:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\clientAddress.aspx.cs

?????文件???????5317??2013-12-09?14:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\clientAddress.aspx.resx

?????文件???????7748??2013-12-09?18:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\confirmOrder.aspx

?????文件???????5598??2013-12-09?19:01??asp.net基于BS的圖書銷售管理系統的設計與實現(源代碼+論文)\畢業設計論文+代碼+使用說明\BookSalesManagementSystem_zhou\confirmOrder.aspx.cs

............此處省略291個文件信息

評論

共有 條評論