D
David Bartosik - MS MVP
If I have...
<TD><%# DataBinder.Eval(Container.DataItem, "Print_name")
%></TD>
and I want to display only the first 12 characters of the "Print_name" data
field, how is that done?
<TD><%# DataBinder.Eval(Container.DataItem, "Print_name")
%></TD>
and I want to display only the first 12 characters of the "Print_name" data
field, how is that done?