摘要: 阅读全文
posted @ 2015-04-27 13:58 皮皮木有小JJ 阅读(95) 评论(0) 推荐(0) 编辑
摘要: js代码: function ImgShow(evt){ var imgTag = (window.event) ? event.srcElement : evt.target; var imgPath = imgTag.src.replace(/\_\d\./, "_4.");//取得弹出的大图url var tagTop = Math... 阅读全文
posted @ 2015-04-16 12:51 皮皮木有小JJ 阅读(171) 评论(0) 推荐(0) 编辑
摘要: //数据绑定 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) 编辑