
<ItemTemplate>
<div style="width: 220px; height: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;table-layout: fixed">
<asp:Label ID="Label4" runat="server" Text='<%# Bind("yj") %>'></asp:Label>
</div>
</ItemTemplate>
本文展示了一个使用ASP.NET进行数据绑定的例子,具体为通过服务器端控件Label显示数据源中的'yj'字段内容。
620

被折叠的 条评论
为什么被折叠?



