上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页
摘要: runat="server", c#可以直接获得client控件,并且赋值hiddenfield 可以作为传值,或者界面存值,后台每次读取,并且再赋值到前台,这样前台就可以把上一次的值在这一次显示了。 阅读全文
posted @ 2015-08-10 15:35 webglcn 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 在弹出界面点击按钮触发后台的postback而不是刷新界面(保留已存在的搜索条件)function filterData() { var data = { col: $('#filterPopup').attr('name'), val: $('#filterPopupInput').val(... 阅读全文
posted @ 2015-08-10 15:04 webglcn 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 1.firefox ie chrome 设置单元格宽度 td width 有bug,不能正常工作。如果是上面一行 和下面一行是分别属于两个table,但是他们的列需要对齐,也就是说分开画的,然后设置相同的width。此时上下单元格的列宽可能会偏差1px,这种情况会发生在当前单元格的内容过长,超出了单... 阅读全文
posted @ 2015-08-04 20:10 webglcn 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: Clone table header and replace header's th with tdvar tableHeaderRow = '#tableId tbody tr:nth-child(1)'; // this is th.var copy = $(tableHeaderRow).cl... 阅读全文
posted @ 2015-08-04 13:23 webglcn 阅读(166) 评论(0) 推荐(0) 编辑
摘要: srcDiv has visible horizontal scrollbar.(style="overflow:auto;")targetDiv has no scrollbar.(style="overflow:hidden;")For instance, srcDiv is a tablevi... 阅读全文
posted @ 2015-08-04 13:20 webglcn 阅读(172) 评论(0) 推荐(0) 编辑
摘要: $.scrollbarWidth = function () { var parent, child, width; if (width === undefined) { parent = $('').appendTo('body'); child = par... 阅读全文
posted @ 2015-08-04 13:15 webglcn 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 反向代理方式实际上就是一台负责转发的代理服务器,貌似充当了真正服务器的功能,但实际上并不是,代理服务器只是充当了转发的作用,并且从真正的服务器那 里取得返回的数据。这样说,其实nginx完成的就是这样的工作。我们让nginx监听一个端口,譬如80端口,但实际上我们转发给在8080端口的 tomcat... 阅读全文
posted @ 2015-07-30 12:33 webglcn 阅读(205) 评论(0) 推荐(0) 编辑
摘要: rdlclocalReport.Render 阅读全文
posted @ 2015-07-29 10:41 webglcn 阅读(175) 评论(0) 推荐(0) 编辑
摘要: function createLoadingDialog() { $("#loadingDialog").dialog({ autoOpen: false, closeOnEscape: false, modal: true, width... 阅读全文
posted @ 2015-07-29 09:18 webglcn 阅读(150) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ url: "test.aspx?action=testaction", contentType: "application/json; charset=utf-8", dataType: 'json', type: 'GET', data: JSON.... 阅读全文
posted @ 2015-07-29 09:17 webglcn 阅读(294) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页