Thanks, this does work but not when adding to existing code.
what is the difference between:
<%# HTMLEncode(ResHelper.LocalizeString(Convert.ToString(Eval("SKUName")))) %>
and
<%# LimitLength(Eval("SKUName"), 10 , "...") %>
not meaning that linitLength works in second one, but what is diff in rendering or anything else?
thanks