我记得HTML里有这种功能,
就是<td valign=top>内容</td>,
让这些内容显示在列的最上面,
用VerticalAlign=top可以<asp:BoundColumn ItemStyle-Width="20%" HeaderText="名字" DataField="restore_name" />
但下面这句又怎么搞啊?<asp:templatecolumn ItemStyle-Width="70%" ItemStyle-Height="100" HeaderText="回複內容">
   <itemtemplate>
<%# DataBinder.Eval(Container.DataItem,"restore_content").ToString()%>
   </itemtemplate>
</asp:templatecolumn>