Request.Form
?
By Michael R.
Two weeks ago I set out to learn ASP. I've now written two applications (an in/out board and a weekly
calendar), but until moments ago, I could not get Request.Form("name")
to work. The
problem was that I had enctype="text/plain"
in the form tag. Once this was removed,
Request.Form
worked fine! Just wanted to let you and your readers know about this. Perhaps
it will save them the headache it caused me!
Thanks for being there. Your site has been a wonderful resource.
Return to user tips... |