資源簡介
畢業設計 源代碼 電子商務系統 分享下~
代碼片段和文件信息
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?advanceSearch?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????publishYear.Items.Insert(0?new?ListItem(“請選擇年份“?“0“));
????????publishMonth.Items.Insert(0?new?ListItem(“請選擇月份“?“0“));
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????//string[]?key?=?new?string[9];
????????//key[0]?=?bookName.Text;
????????//key[1]?=?bookPublish.Text;
????????//key[2]?=?bookAuthor.Text;
????????//key[3]?=?bookCategory.SelectedValue;
????????//key[4]?=?bookISBN.Text;
????????//key[5]?=?bookPrice.Text;
????????//key[6]?=?operatorList.SelectedValue;
????????//key[7]?=?publishYear.SelectedValue;
????????//key[8]?=?publishMonth.SelectedValue;
????????//Jiaen.SQLServerDAL.Book?a?=?new?Jiaen.SQLServerDAL.Book();
????????//GridView1.DataSource?=?a.GetAdvanceSearchBook(key);
????????//GridView1.DataBind();
????????string?url?=?“SearchBook.aspx?type=2“;
????????url?+=?“&bookName=“?+?bookName.Text?+?“&press=“+?bookPublish.Text;
????????url?+=?“&author=“?+?bookAuthor.Text?+?“&cat=“+?bookCategory.SelectedValue;
????????url?+=?“&ISBN=“?+?bookISBN.Text?+?“&price=“+bookPrice.Text;
????????url?+=?“&operator=“?+?operatorList.SelectedValue?+?“&Year=“+publishYear.SelectedValue;
????????url?+=?“&Month=“?+?publishMonth.SelectedValue;
????????Response.Redirect(url);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2921??2007-01-19?19:40??新建文件夾\advanceSearch.aspx
?????文件???????1682??2006-12-20?16:43??新建文件夾\advanceSearch.aspx.cs
?????文件???????3082??2007-01-21?14:05??新建文件夾\authorlist.aspx
?????文件????????878??2006-12-19?10:17??新建文件夾\authorlist.aspx.cs
?????文件????????415??2006-12-13?16:32??新建文件夾\authorlistinfo.aspx.cs
?????文件???????2507??2007-01-25?12:04??新建文件夾\bookclass.aspx
?????文件????????597??2006-11-17?14:25??新建文件夾\bookclass.aspx.cs
?????文件??????14654??2007-01-28?17:31??新建文件夾\bookinfo.aspx
?????文件???????3753??2006-12-25?13:36??新建文件夾\bookinfo.aspx.cs
?????文件???????4439??2007-01-21?14:02??新建文件夾\catBook.aspx
?????文件????????451??2006-12-06?17:51??新建文件夾\catBook.aspx.cs
?????文件????????963??2007-01-21?13:08??新建文件夾\catena.aspx
?????文件????????407??2006-12-18?17:39??新建文件夾\catena.aspx.cs
?????文件????????846??2006-12-24?15:40??新建文件夾\cheapBook.aspx
?????文件????????384??2007-01-20?12:37??新建文件夾\cheapBook.aspx.cs
?????文件????????369??2007-06-20?11:39??新建文件夾\Default.aspx
?????文件????????407??2006-11-18?15:58??新建文件夾\Default.aspx.cs
?????文件???????3561??2007-01-28?16:58??新建文件夾\downLoad.aspx
?????文件????????971??2006-12-13?12:27??新建文件夾\downLoad.aspx.cs
?????文件???????2832??2007-01-28?16:46??新建文件夾\downLoadInfo.aspx
?????文件????????717??2006-12-27?10:52??新建文件夾\downLoadInfo.aspx.cs
?????文件???????2443??2007-02-01?08:51??新建文件夾\dynamic.aspx
?????文件????????762??2006-11-16?10:28??新建文件夾\dynamic.aspx.cs
?????文件???????1543??2007-01-19?19:40??新建文件夾\dynamicInfo.aspx
?????文件????????417??2006-11-14?21:53??新建文件夾\dynamicInfo.aspx.cs
?????文件???????1243??2006-11-16?10:30??新建文件夾\Global.asax
?????文件???????2462??2007-03-22?21:55??新建文件夾\help.aspx
?????文件????????477??2007-06-20?14:28??新建文件夾\help.aspx.cs
?????文件????????215??2006-11-11?12:55??新建文件夾\licenses.licx
?????文件???????7446??2007-01-19?19:40??新建文件夾\login.aspx
............此處省略49個文件信息
- 上一篇:Labview實現ASK調制
- 下一篇:畢業設計論文電子秤很詳細
評論
共有 條評論