上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页
摘要: Util.JSSetChange(Page, GetType()); public static void JSSetChange(Page page, Type cstype) { // Define the name of the... 阅读全文
posted @ 2015-09-28 13:06 webglcn 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: .rounded-corners { position: relative behavior: url(/Styles/PIE.htc); //这里一定是“/”根目录 border-radius: 20px; background: url(/Images/butto... 阅读全文
posted @ 2015-09-24 16:28 webglcn 阅读(479) 评论(0) 推荐(0) 编辑
摘要: string url = String.Format("{0}://{1}/{2}", Request.Url.Scheme, Request.Url.Authority, "Default.aspx"); Response.Clear(); ... 阅读全文
posted @ 2015-09-17 15:01 webglcn 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 由于gridview column visible=false, 后面执行gridview databound()操作 不会将数据绑定到相关的单元格,其实这个时候我们希望绑定数据只是不显示而已。可以先显示,然后绑定数据,最后隐藏gridview.Columns[20].Visible = trueg... 阅读全文
posted @ 2015-09-16 14:54 webglcn 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 两个页面显示的列不一样 - 先把所有的列作为一个大的table都显示出来,在不同的页面隐藏不同的列默认奇偶行的颜色不同,选中颜色有不同 - 选中的列放置一个class颜色标签,没有选中的时候删除掉改class 阅读全文
posted @ 2015-09-14 10:31 webglcn 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 1.ASPX<asp:GridView ID="gdvDealers" runat="server" AutoGenerateColumns="False" CssClass="tableData" Style="margin: 0px;" OnRowDataBound="gdvDealers_R... 阅读全文
posted @ 2015-09-14 10:26 webglcn 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 1. Button text文件换行 &#10; 阅读全文
posted @ 2015-09-10 14:17 webglcn 阅读(140) 评论(0) 推荐(0) 编辑
摘要: /* set - $(".select2-selection__rendered").prepend( '' + '×' + 'wahaha' + ''); get - $('.select2... 阅读全文
posted @ 2015-09-08 20:38 webglcn 阅读(792) 评论(0) 推荐(0) 编辑
摘要: 1. Jeditable2. Select23. superfish4. Jquery file upload https://blueimp.github.io/jQuery-File-Upload/ 阅读全文
posted @ 2015-09-08 09:09 webglcn 阅读(163) 评论(0) 推荐(0) 编辑
摘要: http://cxshun.iteye.com/blog/1535188反向代理方式实际上就是一台负责转发的代理 服务器,貌似充当了真正服务器的功能,但实际上并不是,代理服务器只是充当了转发的作用,并且从真正的服务器那里取得返回的数据。这样说,其实nginx 完成的就是这样的工作。我们让nginx监... 阅读全文
posted @ 2015-08-17 13:03 webglcn 阅读(310) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页