摘要:
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... 阅读全文
摘要:
1. Button text文件换行 
; 阅读全文
摘要:
/* set - $(".select2-selection__rendered").prepend( '' + '×' + 'wahaha' + ''); get - $('.select2... 阅读全文
摘要:
1. Jeditable2. Select23. superfish4. Jquery file upload https://blueimp.github.io/jQuery-File-Upload/ 阅读全文
摘要:
http://cxshun.iteye.com/blog/1535188反向代理方式实际上就是一台负责转发的代理 服务器,貌似充当了真正服务器的功能,但实际上并不是,代理服务器只是充当了转发的作用,并且从真正的服务器那里取得返回的数据。这样说,其实nginx 完成的就是这样的工作。我们让nginx监... 阅读全文