I want to have columns only be certain lengths, but if it goes over the length it will put "..." at the end. how do I do that? <td width="60px"> <asp:Label id="Label1" runat="server" text='<%# container.dataitem("ConsumerAccountNumber") %>'>Label</asp:Label> </td> Please help! Thanks!...
I want to have columns only be certain lengths, but if it goes over the length
it will put "..." at the end. how do I do that?
<td width="60px">
<asp:Label id="Label1" runat="server" text='<%#
container.dataitem("ConsumerAccountNumber") %>'>Label</asp:Label>
</td>
Please help! Thanks!
Bookmarks