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>
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>