Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
brendalisa #1
Column only a certain length?
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!
brendalisa Guest
-
Length of column with 'text' data type
Hi. I'm getting various data about columns in a table by using sp_column. Everything is working as I expected, except one thing. When I get the... -
Using DataFormat to limit length of text in column?
Hi! If I have a column in a datagrid, that contains text (possibly a lot of text) and I only want to display the first 50 chars, can I use... -
Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB.
Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB. hi, guys i have asp... -
How to get length of string? length() problems
Simplified a bit, I'm parsing HTML documents to get sentences e.g. my $html = get($URL); # remove all HTML TAGs...blah blah blah @sentences =... -
sql*loader fixed width column / variable length record
im trying to figure this out. i have a datafile with the following records tony sometext 120121122 mark sometext2 120 ethan ...



Reply With Quote

