码迷,mamicode.com
首页 > 其他好文 > 详细

DataGrid前台数据绑定技巧

时间:2014-09-02 15:24:34      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   数据   div   log   sp   on   

(1)DataGrid控件不换行,数据显示不完全后面加"..."

<%# DataBinder.Eval(Container.DataItem,"content").ToString().Length>15?
                    DataBinder.Eval(Container.DataItem,"content").ToString().Substring(0,15) + "...":
                    DataBinder.Eval(Container.DataItem,"content").ToString()%>

 

DataGrid前台数据绑定技巧

标签:style   blog   color   os   数据   div   log   sp   on   

原文地址:http://www.cnblogs.com/xinaixia/p/3951309.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!