• 大小: 0.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-04-23
  • 语言: C#
  • 标签: Session  ES  IO  ss  实例  

资源简介

入门级示例

资源截图

代码片段和文件信息

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 < CheckBoxList1.Items.Count; 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“);
    }
}

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

     目录          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


评论

共有 条评论