会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
webglcn
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
22
下一页
2015年9月28日
asp.net 后台 修改 javascript 变量
摘要: Util.JSSetChange(Page, GetType()); public static void JSSetChange(Page page, Type cstype) { // Define the name of the...
阅读全文
posted @ 2015-09-28 13:06 webglcn
阅读(1047)
评论(0)
推荐(0)
2015年9月24日
支持 IE8 IE11 和 FF, Chrome 浏览器的圆角
摘要: .rounded-corners { position: relative behavior: url(/Styles/PIE.htc); //这里一定是“/”根目录 border-radius: 20px; background: url(/Images/butto...
阅读全文
posted @ 2015-09-24 16:28 webglcn
阅读(484)
评论(0)
推荐(0)
2015年9月17日
Asp.net Response.Redirect with post data
摘要: string url = String.Format("{0}://{1}/{2}", Request.Url.Scheme, Request.Url.Authority, "Default.aspx"); Response.Clear(); ...
阅读全文
posted @ 2015-09-17 15:01 webglcn
阅读(370)
评论(0)
推荐(0)
2015年9月16日
gridview 字段没有绑定由于column visible= false
摘要: 由于gridview column visible=false, 后面执行gridview databound()操作 不会将数据绑定到相关的单元格,其实这个时候我们希望绑定数据只是不显示而已。可以先显示,然后绑定数据,最后隐藏gridview.Columns[20].Visible = trueg...
阅读全文
posted @ 2015-09-16 14:54 webglcn
阅读(256)
评论(0)
推荐(0)
2015年9月14日
聪明的小技巧
摘要: 两个页面显示的列不一样 - 先把所有的列作为一个大的table都显示出来,在不同的页面隐藏不同的列默认奇偶行的颜色不同,选中颜色有不同 - 选中的列放置一个class颜色标签,没有选中的时候删除掉改class
阅读全文
posted @ 2015-09-14 10:31 webglcn
阅读(127)
评论(0)
推荐(0)
GridView - javascript 触发后台 OnSelectedIndexChanged
摘要: 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
阅读(439)
评论(0)
推荐(0)
2015年9月10日
各种集合
摘要: 1. Button text文件换行 
;
阅读全文
posted @ 2015-09-10 14:17 webglcn
阅读(144)
评论(0)
推荐(0)
2015年9月8日
Select2
摘要: /* set - $(".select2-selection__rendered").prepend( '' + '×' + 'wahaha' + ''); get - $('.select2...
阅读全文
posted @ 2015-09-08 20:38 webglcn
阅读(800)
评论(0)
推荐(0)
Jquery 控件
摘要: 1. Jeditable2. Select23. superfish4. Jquery file upload https://blueimp.github.io/jQuery-File-Upload/
阅读全文
posted @ 2015-09-08 09:09 webglcn
阅读(168)
评论(0)
推荐(0)
2015年8月17日
Tomcat & Nginx
摘要: http://cxshun.iteye.com/blog/1535188反向代理方式实际上就是一台负责转发的代理 服务器,貌似充当了真正服务器的功能,但实际上并不是,代理服务器只是充当了转发的作用,并且从真正的服务器那里取得返回的数据。这样说,其实nginx 完成的就是这样的工作。我们让nginx监...
阅读全文
posted @ 2015-08-17 13:03 webglcn
阅读(318)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
22
下一页
公告