08 2016 档案

摘要:1. 2. 3. <sessionState mode="InProc" timeout="120"></sessionState> 阅读全文
posted @ 2016-08-29 18:10 李元伟丶 阅读(7593) 评论(0) 推荐(0)
摘要:<script type="text/javascript"> $(function () { $("#<%=btnSubmit.ClientID%>").css("background", "#ff0000"); $("#<%=btnSubmit.ClientID%>").hover(functi 阅读全文
posted @ 2016-08-22 16:01 李元伟丶 阅读(336) 评论(0) 推荐(0)
摘要:public DataTable GetAdminTopDCSCheckReport(int top) { StringBuilder strSql = new StringBuilder(); strSql.Append(" select top (@top) * from [T_Report] 阅读全文
posted @ 2016-08-14 14:09 李元伟丶 阅读(356) 评论(0) 推荐(0)
摘要:$("#<%=DDLCounty.ClientID%> option").each(function () { if ($(this).text() == $("#<%=HFCounty.ClientID%>").val()) { $(this).attr("selected", true); } 阅读全文
posted @ 2016-08-14 14:07 李元伟丶 阅读(582) 评论(0) 推荐(0)