摘要: 简介:对于FreeTextBox(版本3.1.6)在ASP.Net 2.0中使用,只需要2个文件:FreeTextBox.DLL和ftb.imagegallery.aspx1。下载最新版FreeTextBox(版本3.1.6),解压 FreeTextBox 3.1.6 (2006/07/18) 博客园本地下载: http://files.cnblogs.com/cleo/FTBv3-1-6.zi... 阅读全文
posted @ 2008-09-26 15:34 steven_2005 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 在WEB页面中如果想使用树形控件的话,往往会有些麻烦,有时甚至要自己写代码来达到用树形列表显示数据的目的。在Asp.Net中,我们可以很方便地使用由微软提供的Internet EXPloer Web Controls控件来实现树形列表。在微软提供的这套Internet Exploere Web Controls控件集合中,包括有MultiPage,TabStrip,TOOLbar,Treeview... 阅读全文
posted @ 2008-09-26 13:52 steven_2005 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 形式 语法 结果 注释 数字 {0:N2} 12.36 数字 {0:N0} 13 货币 {0:c2} $12.36 货币 {0:c4} $12.3656 货币 "¥{0:N2}" ¥12.36 科学计数法 {0:E3} 1.23E+001 百分数 {0:P} 12.25% P and p present the same. 日期 {0:D} 2006年11月25日 日期 {0:d} 2006-11... 阅读全文
posted @ 2008-09-26 10:03 steven_2005 阅读(218) 评论(0) 推荐(0) 编辑