09 2015 档案
摘要:注意Page.ResolveUrl之前的双引号,不是单引号
阅读全文
摘要:PullToRefreshAndLoad 上拉刷新下拉加在更多教程 - http://blog.csdn.net/zhongkejingwang/article/details/38868463git - https://github.com/jingchenUSTC/PullToRefreshAn...
阅读全文
摘要:Util.JSSetChange(Page, GetType()); public static void JSSetChange(Page page, Type cstype) { // Define the name of the...
阅读全文
摘要:.rounded-corners { position: relative behavior: url(/Styles/PIE.htc); //这里一定是“/”根目录 border-radius: 20px; background: url(/Images/butto...
阅读全文
摘要:string url = String.Format("{0}://{1}/{2}", Request.Url.Scheme, Request.Url.Authority, "Default.aspx"); Response.Clear(); ...
阅读全文
摘要:由于gridview column visible=false, 后面执行gridview databound()操作 不会将数据绑定到相关的单元格,其实这个时候我们希望绑定数据只是不显示而已。可以先显示,然后绑定数据,最后隐藏gridview.Columns[20].Visible = trueg...
阅读全文
摘要:两个页面显示的列不一样 - 先把所有的列作为一个大的table都显示出来,在不同的页面隐藏不同的列默认奇偶行的颜色不同,选中颜色有不同 - 选中的列放置一个class颜色标签,没有选中的时候删除掉改class
阅读全文
摘要:1.ASPX<asp:GridView ID="gdvDealers" runat="server" AutoGenerateColumns="False" CssClass="tableData" Style="margin: 0px;" OnRowDataBound="gdvDealers_R...
阅读全文
摘要:/* set - $(".select2-selection__rendered").prepend( '' + '×' + 'wahaha' + ''); get - $('.select2...
阅读全文
摘要:1. Jeditable2. Select23. superfish4. Jquery file upload https://blueimp.github.io/jQuery-File-Upload/
阅读全文