User702049738 posted
Hello expert;
I have a label with the output as followings
<asp:Label ID = "lbltest" runat ="server" CssClass="text_style"> <%# Eval("summary")%></asp:Label>
the summary information is quite long...how do i wrap it.
thanks in advance