摘要:
导言在上两节教程中,我们看到了如何使用TemplateField来自定义GridView和DetailsView的输入。TemplateField使我们可以高度自主的定义某个特定的列,但不管是GridView还是DetailsView,都会有点太规则了,简单的说就是它们都有着四四方方的格子一样的外观。很多情况下这样的格子一样的外观是很不错的,不过有的时候我们却需要使用一个不规则的显示外观。当需要显... 阅读全文
摘要:
导言比起BoundField、CheckBoxField、HyperLinkField以及其他的那些数据字段控件(data field controls)来说,TemplateField提供了一种高度复杂的数据呈现的方法。在上一节中,我们主要着重于在GridVIew中使用TemplateField,以实现:· 在一列中显示多个数据字段。比如说,将FirstName和LastName字段合... 阅读全文
摘要:
导言The GridView is composed of a set of fields that indicate what properties from the datasource are to be included in the rendered output along with how the data will be displayed. (GridView是由一组字段(Fie... 阅读全文