CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 listbox - limit to 100 characters length?

Print topic Send  topic

Author Message
infobih

Posts: 58
Posted: 09/18/2006, 2:00 AM

i need to limit number of chars in the listbox titles (text column). using asp.
thanks
View profile  Send private message
Ole
Posted: 09/18/2006, 2:15 AM

Hello

Depending on your database you can use something like:

select id, left(text,100) from table...
Edd


Posts: 547
Posted: 09/18/2006, 4:03 PM

Use Javascript - good example:

http://www.netevolution.co.uk/scripts.asp?ID=52


Edd
_________________
Accepting and instigating change are life's challenges.

http://www.syntech.com.au
View profile  Send private message
WKempees
Posted: 09/19/2006, 2:00 AM

Use CSS:
http://forums.codecharge.com/posts.php?post_id=68162&s_...=ragged+listbox

I would personally do it in SQL, but this is one of my methods too.

Walter.


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.