Submit large text

P

Papa.Coen

I try to submit a large text in a textbox (22k+ chars) and all I get is
a blank page.
This happened after adding a few lines to a text that was 'accepted'
before.
Shorter (tested : 20 chars) texts are accepted.
Debugging does not even get near a page_load or textbox reading event
handler.

I use VS 2003 & .net 1.4x with IE 6.0.2900

What to do? what to do?
I tried:
- rebuilding project/entire solution
- restarting VS.net
- restarting my computer
- aspnet_regiis.exe -i
- checked MaxLength property (set to 0)
- checked row/col -> 30/0
- and of course debugging...

source code of resulting page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
 
P

Papa.Coen

Additional info:
If I use randomly typed chars (and copy paste them) I can succesfully
submit over 60k chars and more lines (900+ instead of 600+). With lines
2/3 times longer than the longest I actually want to submit.

There's no inline HTML/scripting code. I can insert (single) special
characters like ï

I'm confused...
 
P

Papa.Coen

Solved: the text I wanted to post contained '<SomeText>' which is not
allowed by default....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top