摘要:
foreach(GridViewRow gr in gv.Rows) { foreach (RepeaterItem item in gr.FindControl("rp").Controls) { ... 阅读全文
posted @ 2011-12-26 17:39
猪小娣
阅读(283)
评论(0)
推荐(0)
摘要:
在GridView的RowDataBound事件时触发:protected void gvCity_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataCon... 阅读全文
posted @ 2011-12-26 17:03
猪小娣
阅读(420)
评论(0)
推荐(0)
浙公网安备 33010602011771号