62,248
社区成员




<ItemTemplate>
<div style="word-break:break-all; width:100px;"><%# Bind("colName") %>
</div>
</ItemTemplate>
<ItemStyle Width="100px" />
e.Row.Cells(i).Width = 100
e.Row.Cells(i).Attributes.Add("style", "word-break :break-all ; word-wrap:break-word")