摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1usingSystem;2usingSystem.Text;3usingSystem.Security;4usingSystem.Security.Cryptography;5usingSystem.I... 阅读全文
posted @ 2007-04-11 18:01 电工男 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 永远要记住,话语权在富人手里!一个社会的游戏规则是富人制定的,评判标准也由富人掌握。一个穷人永远也不可能去指导富人怎样致富,怎样过上好日子,哪怕他说的都是真理,也无人会听。一个社会的经济基础已经形成,主流社会就是那些经济上的优势群体。权力一定是与经济利益联系在一起的,一个人哪怕掌权之前是穷人,掌权以后也会步入富人的行列。这时你再期望他为穷人说话是不现实的,他骨子里已经在维护既得利益了。 一个社会的... 阅读全文
posted @ 2007-04-11 17:58 电工男 阅读(263) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1<trbgcolor=#f5f5f5>2 <tdheight=30align=centervalign=middle>图片链接</td>3 <tdheight=... 阅读全文
posted @ 2007-04-11 17:57 电工男 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 protected void Button1_Click(object sender, EventArgs e) 2 { 3 Export("application/... 阅读全文
posted @ 2007-04-11 17:41 电工男 阅读(866) 评论(2) 推荐(0) 编辑
摘要: 后台代码: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Web; 5 using... 阅读全文
posted @ 2007-04-11 17:38 电工男 阅读(1710) 评论(1) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 2 3 4 5 GridView固定表头 清清月儿http://blog.csdn.net/21aspnet 6 18 19 20 21 22 ... 阅读全文
posted @ 2007-04-11 17:35 电工男 阅读(2336) 评论(0) 推荐(0) 编辑
摘要: 在asp.net 2.0中,如果要在绑定列中显示比如日期格式等,如果用下面的方法是显示不了的 主要是由于htmlencode属性默认设置为true,已防止XSS攻击,安全起见而用的,所以,可以有以下两种方法解决 1、 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighte... 阅读全文
posted @ 2007-04-11 17:29 电工男 阅读(687) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) 2 { 3 ... 阅读全文
posted @ 2007-04-11 17:25 电工男 阅读(453) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 /// 2 /// 生成缩略图 3 /// 4 /// 源图路径(物理路径) 5 /// 缩略图路径(物理路径) ... 阅读全文
posted @ 2007-04-11 17:12 电工男 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 方法一:呵呵,其实很简单,只要将 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1 ButtonLinkField.Text = "删除 " 就OK了,嘎嘎!方法二: Code highlighting produced by Actipro C... 阅读全文
posted @ 2007-04-11 14:03 电工男 阅读(3650) 评论(1) 推荐(0) 编辑