RE:<%# Eval("####") %> define text limit
Forum Post
Oct 12, 2009
Hi, You can for example use following method in your transformation code: CMS.GlobalHelper.TextHelper.LimitLength(String, Int32, String) public static string LimitLength( string text, int maxLength, string padString ) Example: <%# TextHelper.LimitLength...