Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 25th, 2008, 09:50 AM
Friend of Wrox
 
Join Date: Mar 2007
Posts: 205
Thanks: 4
Thanked 0 Times in 0 Posts
Default ListBox - overflow possible?

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>









Similar Threads
Thread Thread Starter Forum Replies Last Post
Overflow problems! Apocolypse2005 Beginning VB 6 2 September 4th, 2007 10:51 AM
Overflow grstad Classic ASP Databases 18 December 14th, 2006 10:06 AM
regarding Overflow of variable hiruni Access VBA 4 February 27th, 2006 02:17 PM
Overflow Error mateenmohd Classic ASP Basics 4 July 5th, 2005 02:12 AM
can anybody tell why i am getting overflow error tulsi15 SQL Server 2000 1 December 15th, 2004 07:58 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.