- 博客(12)
- 收藏
- 关注
原创 可输可选
var ary2 = new Array(); $("#RemainsState option").each(function (index) { ary2.push($(this).text()); }); $("#txtRemainsState").autocomplete(ary2
2017-02-06 15:14:06
268
原创 datatable添加行
datatable 添加行===============================DataRow dr = dt.NewRow(); dr["ProductName"] = "小计"; dr["TotalNumber"] = dt.Compute("sum(TotalNumber)", ""); dr["Tot
2017-02-06 14:41:40
335
原创 aspx 返回json
aspx jsonstring username = HttpContext.Current.Request["username"]; string password= HttpContext.Current.Request["password"]; string code= HttpContext.Current.Request["code
2017-02-06 14:40:33
980
原创 刷新页面及页面提示
刷新页面art.dialog.open(url, { title: '优惠减免设置', width: 600, height: 270, lock: true, close: function () { window.location.href = "/BusinessDiscussio
2017-02-06 14:38:36
335
原创 dropdownlist
dropdownlistid.datasource=dt;id.datatextfield=dt.column;id.datavaluefield=dt.column;id.databind();id.items.add();id.items.findbytext().selected=true;id.items.findbyvalue().selected=t
2017-02-06 14:37:37
242
原创 SqlServer yyyy-MM-dd hh:mm:ss
convert(nvarchar(20),getdate(),20) ####-##-## ##:##:##
2017-02-06 14:35:49
940
原创 神思读卡器读取身份证
function funContacts() { var returnValue; returnValue = rdcard.readcard(); if (returnValue != 0) { alert("身份证读取失败,请检查!"); retur
2017-02-06 14:32:34
5542
原创 excel 导出
HttpContext.Current.Response.ContentType = "application/vnd.ms-excel"; HttpContext.Current.Response.ContentEncoding = System.Text.Encoding.UTF8; HttpContext.Current.R
2017-02-06 14:31:11
214
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人