I am parsing a 4000 character string value into a list box. Even if I have set the overflow it shows the string on one line? Maybe this is not doable, are there alternatives?
Code:
<asp:ListBox ID="ListBox3" runat="server" Style=" overflow: auto; border-right: gray thin groove; border-top: gray thin groove;
font-size: 11px; left: 1px; border-left: gray thin groove; border-bottom: gray thin groove;
position: absolute; top: 473px; background-color: palegoldenrod;" Width="873px" BackColor="#FFFFC0" Height="98px">
</asp:ListBox>