摘要: //数据绑定 public void dlBind(string chatid) { int curpage = Convert.ToInt32(this.labPage.Text); PagedDataSource ps=new PagedDataSource(); string sql="select id,s.agentname,case... 阅读全文
posted @ 2015-04-13 21:54 皮皮木有小JJ 阅读(161) 评论(0) 推荐(0) 编辑
摘要: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){ string FstWeekEnd,FstWeekEndday; if (e.Row.RowType == DataControlRowType.Footer) { DropDownList ddl =... 阅读全文
posted @ 2015-04-13 21:47 皮皮木有小JJ 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 如何获得中EmptyDataTemplate的控件的值((TextBox)((Table)GridView1.Controls[0]).Rows[0].FindControl("BankCard")).Text;((DropDownList)((Table)GridView1.Controls[0]... 阅读全文
posted @ 2015-04-13 11:34 皮皮木有小JJ 阅读(168) 评论(0) 推荐(0) 编辑