Request.Form rtns NULL when I KNOW it has a value!
I'm trying to pass a datetime in a hidden field across several forms because it's a PITA to pass in the URL. It's passed OK from the first to the second. In the second I request the value from the first form and put it in another hidden field. I've checked the value just after setting the field on the second form and it IS there. But when it gets to the third form, the request returns an empty string.
I know the field name is correct in all places - in fact it's identical. And the field appears inside the form, as well. All the forms involved have method="POST".
Do you have any clues for me why this value isn't available when it gets to the third form?
|