06 2012 档案

摘要: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 阅读(2854) 评论(0) 推荐(0)
摘要:前台:<asp:DataList ID="DataList1" runat="server" OnItemDataBound="DataList1_ItemDataBound"> <ItemTemplate> <table width="500px"> <tr> <td style="background-color: #194477; color: White; height: 35px;"> <%# Eval("ca 阅读全文
posted @ 2012-06-08 16:30 aspneteye 阅读(180) 评论(0) 推荐(0)
摘要:1.编辑(edit)>选项(preferences)>一般(general)>去掉那个保护模式的勾选框2.重新启动pdf就ok了 阅读全文
posted @ 2012-06-06 14:45 aspneteye 阅读(133) 评论(0) 推荐(0)