資源簡介
入門級示例
代碼片段和文件信息
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;
//該源碼下載自www.51aspx.com(51aspx.com)
public?partial?class?booklist1?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?CheckBoxList1_SelectedIndexChanged(object?sender?EventArgs?e)
????{
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????for?(int?i?=?0;?i?????????{
????????????if?(CheckBoxList1.Items[i].Selected)?
????????????{
????????????????Session[“buy“]?+=?CheckBoxList1.Items[i].Text?+?“;“;
????????????}
????????}
????????Response.Redirect(“check.aspx“);
????}
????protected?void?Button2_Click(object?sender?EventArgs?e)
????{
????????Response.Redirect(“check.aspx“);
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄??????????0??2008-02-04?08:53??App_Data
?????文件???????1374??2008-02-04?09:04??booklist1.aspx
?????文件???????1048??2008-02-04?09:03??booklist1.aspx.cs
?????文件???????1425??2008-02-03?20:48??check.aspx
?????文件???????2268??2008-02-03?20:47??check.aspx.cs
?????文件????????441??2008-02-03?20:25??finish.aspx
?????文件????????769??2008-02-03?21:14??finish.aspx.cs
?????文件????????942??2008-02-03?20:41??Global.asax
?????文件????????612??2008-02-04?09:03??main.aspx
?????文件????????451??2008-02-04?09:02??main.aspx.cs
?????文件???????1546??2008-02-03?20:41??Web.Config
?????文件???????1698??2008-02-04?09:04??51aspx源碼必讀.txt
?????文件???????4945??2007-07-18?09:38??from.gif
?????文件????????125??2007-03-27?14:33??最新Asp.Net源碼下載.url
?????文件??????35946??2008-02-04?09:01??1.JPG
-----------?---------??----------?-----??----
????????????????53590????????????????????15
評論
共有 條評論