摘要: 1、你写一个方法,到页面上: StrLength 这个方法就是处理字符串的,写到cs文件中。 protected string StrLength (string str) { if (str.Length > 10) { return str.Substring(0, 10) + "..."; } else { return str; } } GridView 中用模板列... 阅读全文
posted @ 2009-09-04 13:44 Hayden Han 阅读(266) 评论(0) 推荐(0) 编辑
摘要: /Files/hayden/fckediter.rar 阅读全文
posted @ 2009-09-04 09:38 Hayden Han 阅读(169) 评论(0) 推荐(0) 编辑