ApaxExcarma
New Member
This is very odd. I have the width set on the label.<BR>I also have the width set on the table cell. I also have the Wrapping set to wrap. I have even tried replacing chr(13) and chr(10) with <BR> tags. No luck. The data is ntext coming from the database. Whatever I try I cannot get the text to wrap. Thanks in advance. <BR><BR>//in the Class File<BR>ReadPostMessageLabel.Text & repStr<BR><BR>//on the web page <BR><asp:label <BR>id="ReadPostMessageLabel" <BR>Visible="true" <BR>width="400" <BR>Wrapping="wrap" <BR>Runat="server" />