跟小D每日学口语
摘要: C# 实现protected void btSubmit_Click(object sender, EventArgs e) { List<CheckBox> chkList = new List<CheckBox>(); foreach (GridViewRow row in this.GVReport.Rows) { if (row.RowType == DataControlRowType.DataRow) { CheckBox chk = row.FindControl("cbActionFlag") as CheckBox; if (chk 阅读全文
posted @ 2011-06-10 15:59 Danny Chen 阅读(950) 评论(0) 推荐(0) 编辑
摘要: 数据源结构同http://blog.csdn.net/lovecherry/archive/2005/03/24/328455.aspx 表dep:depid(标识主键),depname(学院名字) 表stu:stuid(标识主键),stuname(学生名字),studepid(学院id=表dep.depid) 前台: <%@ Page language="c#" Codebehind="WebForm30.aspx.cs" AutoEventWireup="false" Inherits="csdn.WebForm3 阅读全文
posted @ 2011-06-10 11:26 Danny Chen 阅读(279) 评论(0) 推荐(0) 编辑