摘要:
foreach (DataListItem it in DL_img.Items) { CheckBox cb = (CheckBox)it.FindControl("c2"); if (cb.Checked == true) { string id = ((HiddenField)it.FindControl("h1")).Value; string url = d.getSingle("select url from tb_img where id='" + id + "'", false).T 阅读全文
posted @ 2012-06-20 12:33
aspneteye
阅读(2837)
评论(0)
推荐(0)

浙公网安备 33010602011771号