09 2015 档案

摘要:注意Page.ResolveUrl之前的双引号,不是单引号 阅读全文
posted @ 2015-09-29 16:09 webglcn 阅读(442) 评论(0) 推荐(0) 编辑
摘要:PullToRefreshAndLoad 上拉刷新下拉加在更多教程 - http://blog.csdn.net/zhongkejingwang/article/details/38868463git - https://github.com/jingchenUSTC/PullToRefreshAn... 阅读全文
posted @ 2015-09-29 10:26 webglcn 阅读(239) 评论(0) 推荐(0) 编辑
摘要:Util.JSSetChange(Page, GetType()); public static void JSSetChange(Page page, Type cstype) { // Define the name of the... 阅读全文
posted @ 2015-09-28 13:06 webglcn 阅读(1033) 评论(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 阅读(480) 评论(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 阅读(358) 评论(0) 推荐(0) 编辑
摘要:由于gridview column visible=false, 后面执行gridview databound()操作 不会将数据绑定到相关的单元格,其实这个时候我们希望绑定数据只是不显示而已。可以先显示,然后绑定数据,最后隐藏gridview.Columns[20].Visible = trueg... 阅读全文
posted @ 2015-09-16 14:54 webglcn 阅读(250) 评论(0) 推荐(0) 编辑
摘要:两个页面显示的列不一样 - 先把所有的列作为一个大的table都显示出来,在不同的页面隐藏不同的列默认奇偶行的颜色不同,选中颜色有不同 - 选中的列放置一个class颜色标签,没有选中的时候删除掉改class 阅读全文
posted @ 2015-09-14 10:31 webglcn 阅读(122) 评论(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 阅读(432) 评论(0) 推荐(0) 编辑
摘要:1. Button text文件换行 &#10; 阅读全文
posted @ 2015-09-10 14:17 webglcn 阅读(141) 评论(0) 推荐(0) 编辑
摘要:/* set - $(".select2-selection__rendered").prepend( '' + '×' + 'wahaha' + ''); get - $('.select2... 阅读全文
posted @ 2015-09-08 20:38 webglcn 阅读(794) 评论(0) 推荐(0) 编辑
摘要:1. Jeditable2. Select23. superfish4. Jquery file upload https://blueimp.github.io/jQuery-File-Upload/ 阅读全文
posted @ 2015-09-08 09:09 webglcn 阅读(164) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示