truncated form post

G

Guest

Hi everyone,

I'm using VS.NET, Framework 1.1, Windows 2000 Server, IIS
5, all the latest patches are installed.

Im having this wierd random problem, that I cannot
reproduce but it happens quite often:

- my Request.Form collection is truncated in some posts
(again I dont know why or how to reproduce it).
- I know this b/c some data fields are missing, creating
errors in server-side; then I programmed a function to ask
for last field that always has to have some value, and
email me the Request.Form.ToString() string; and I see
things ending like: &cboCCcountryID%3alstList= (note no
value there), or even last form field name in list
truncated.

My form post size, with all the ViewState data is around
45K, and so are in truncated ones.

Any help would be inmensely appreciated, a direct email to
my address (remove anti-spam trap) would be even better,
at least to let me know my question has a post.

Thanks!!!

Milko
 
K

Kevin Spencer

It looks like you may be naming your form fields with illegal URL characters
in them. Try to stick to straight alphanumerics with no spaces or
punctuation.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

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
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top