|
|
 |
| Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

February 5th, 2005, 10:53 AM
|
|
Authorized User
|
|
Join Date: Dec 2004
Location: , , .
Posts: 67
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
textbox cutting off text? but maxlength is 10,000?
hey, does anyone know why my textbox would be cutting off my text after about 650 characters when i have my maxlength at 10,000(that's just to trouble shoot)? i tried switching it to a plain html taextarea as well, and still got the same thing? it's not the db, because i can put it in the db manually and it accepts all text i put in, don't know where it would be???
GRIM@GRIMMUSIC.COM
WWW.GRIMMUSIC.COM
__________________
---------------------------
A Black sheep moves easy in the darkness.
GRIM@GRIMMUSIC.COM
WWW.GRIMMUSIC.COM
|

February 5th, 2005, 07:01 PM
|
|
Authorized User
|
|
Join Date: Dec 2004
Location: , , .
Posts: 67
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
NEVERMIND ON THIS ONE. IT'S BEEN FIGURED OUT. THANKS.
GRIM@GRIMMUSIC.COM
WWW.GRIMMUSIC.COM
|

February 5th, 2005, 07:28 PM
|
|
Friend of Wrox
|
|
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 207
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
It would be nice if you shared the solution in case anybody else runs into a similar problem.
Bruce Luckcuck
Director, Applications & Support Services
Wiley Publishing, Inc.
|

February 6th, 2005, 08:47 AM
|
|
Authorized User
|
|
Join Date: Dec 2004
Location: , , .
Posts: 67
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
yeah, you got a point. ok well in my case the problem was that my script was sooooooooooooooo long that when i alterd a lot of things on it to alloq for certain actions, i overlooked on little thing, a little part of the command parameter for that particular database entry:
**********************************************
CM.Parameters.ADD(NEW OleDbParameter("@COMMENT", OLEDBTYPE.VarChar,500 ))
CM.Parameters ("@COMMENT").VALUE =COMMENT.TEXT
************************************************
if you look, you'll see that even though my textbox's maxlength value was set at 10,000, my oledb command parameter was still at 500. lol my mistakeit's easy to over look thing when your page's get to be very long. thanks
GRIM@GRIMMUSIC.COM
WWW.GRIMMUSIC.COM
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |