摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->我是用AjaxPro2.0的,它是一个dll文件,引入到项目中, 例如一个省市 二级联动的例子: 在页面PageLoad时,注册一个 AjaxPro.Utility.RegisterTypeFor... 阅读全文
posted @ 2008-12-09 17:18 PaulFzm 阅读(163) 评论(0) 推荐(0) 编辑
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// 将指定字符串按指定长度进行剪切, /// /// 需要截断的字符串 /// 字符串的最大长度 /// ... 阅读全文
posted @ 2008-12-03 07:48 PaulFzm 阅读(168) 评论(0) 推荐(0) 编辑
摘要: /// /// 将指定字符串按指定长度进行剪切, /// /// 需要截断的字符串 /// 字符串的最大长度 /// 超过长度的后缀 /// 如果超过长度,返回截断后的新字符串加上后缀,否则,返回原字符串 public static string StringTruncat(st... 阅读全文
posted @ 2008-12-03 07:34 PaulFzm 阅读(369) 评论(1) 推荐(0) 编辑