Wilson's Blog
一棵大树
博客园
首页
社区
新随笔
联系
订阅
管理
随笔-13 评论-19 文章-2 trackbacks-2
2007年12月21日
GridView, DataGrid 中,DataFormatString语法汇总
摘要: DataFormatString格式字符串
DataFormatString="{0:格式字符串}"
在DataFormatString 中的 {0} 表示数据本身,而在冒号后面的格式字符串代表所们希望数据显示的格式;
阅读全文
posted @ 2007-12-21 09:49 Willson 阅读(453) 评论(0)
编辑