2015年7月3日

字符串加密

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Infrastructure.Util{ public class Encrypt { ... 阅读全文

posted @ 2015-07-03 19:30 ctautoRR 阅读(146) 评论(0) 推荐(0) 编辑

js 将网页内容生成图片

摘要: $(function () { $("#saveimg_btn").on("click",function (event) { event.preventDefault(); html2canvas($("#prin... 阅读全文

posted @ 2015-07-03 16:33 ctautoRR 阅读(1125) 评论(0) 推荐(0) 编辑

2015年7月1日

js 获取asp:dropdownlist选中的值

摘要: var eSection = document.getElementById(""); var eSectionValue = eSection.options[eSection.selectedIndex].value; alert(e... 阅读全文

posted @ 2015-07-01 20:07 ctautoRR 阅读(430) 评论(0) 推荐(0) 编辑

2015年6月30日

后台特殊字符处理,ajax

摘要: Dictionary d = new Dictionary(); d.Add("price", price); d.Add("note", note); d.Add("num", bu... 阅读全文

posted @ 2015-06-30 17:50 ctautoRR 阅读(295) 评论(0) 推荐(0) 编辑

子级Repeater获取 父级Repeater

摘要: 第一种方法,子级Repeater中绑定父级的某个字段:二层嵌套:三层嵌套:四层嵌套:第二种方法,在子级Repeater中引用父级某个控件的值:1.2. 阅读全文

posted @ 2015-06-30 14:04 ctautoRR 阅读(145) 评论(0) 推荐(0) 编辑

2015年6月29日

string.Format组合跳转路径

摘要: string url = this.ResolveClientUrl("~/page/bn_stu.aspx"); string str = string.Format("{0}?op={1}&", url, ViewState["yue"].ToString()); ... 阅读全文

posted @ 2015-06-29 14:53 ctautoRR 阅读(407) 评论(0) 推荐(0) 编辑

2015年6月8日

jquery 设置asp:dropdownlist 选中项

摘要: $("#ddlPro").find('option').each(function () { this.selected = (this.text == dlprom); }); 阅读全文

posted @ 2015-06-08 09:31 ctautoRR 阅读(674) 评论(0) 推荐(0) 编辑

2015年5月11日

asp:UpdatePanel中js失效问题已解决

摘要: 1.jsfunction textSAll(o) { o.select(); } var dddd_dd = function () { $(":text").on("click", function () { ... 阅读全文

posted @ 2015-05-11 19:43 ctautoRR 阅读(241) 评论(0) 推荐(0) 编辑

2015年3月11日

repeater 一个td多个div显示图片

摘要: ... 阅读全文

posted @ 2015-03-11 09:26 ctautoRR 阅读(255) 评论(0) 推荐(0) 编辑

2015年3月4日

aps.net js获取服务器控件

摘要: document.getElementById("").value; 阅读全文

posted @ 2015-03-04 11:56 ctautoRR 阅读(111) 评论(0) 推荐(0) 编辑

导航