Home > Archive > ASP > October 2004 > request.forms sporadically returns no data even though the user entered data
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
request.forms sporadically returns no data even though the user entered data
|
|
|
| I'm experiencing a really annoying problem on my site: users are
entering data, but when they submit the form, once in a while
request.forms returns an empty string instead of the string its
supposed to get. Anyone seen this behavior before? Is there a
solution?
Thanks,
Mike
| |
| Ray Costanzo [MVP] 2004-10-21, 8:55 pm |
| Computers will typically always give the same result when the same operation
is performed. Chances are something else is going on.
Are you authenticating your users by any chance?
Ray at work
"Mike" <mike_newsgroups@yahoo.com> wrote in message
news:6a68ace3.0410211318.4ab10e14@posting.google.com...
> I'm experiencing a really annoying problem on my site: users are
> entering data, but when they submit the form, once in a while
> request.forms returns an empty string instead of the string its
> supposed to get. Anyone seen this behavior before? Is there a
> solution?
>
> Thanks,
> Mike
|
|
|
|
|