Hi! I have text more than 1000 character in table. But I want show text from table in crystal report. When I show text in textbox crystal report text out from textbox and can’t seen all text.
For example:
Text out from t
extbox.
For me need like this:
Text out from textbox . it’s need me
How I can solve this?
Hi,
You can use Wrap attribute.
HTML
<div> <asp:TextBox runat="server" Text="Text out from textbox . it’s need me" TextMode="MultiLine" Wrap="true" Rows="4" /> </div>
Screenshot
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.