Question
Request.Form NOT working after updating a rec.
Hi All, I have a form and I'm updating a rec. I have POST for my method and I want it to go to page 2 after updating(Writing into the db if fine).
On page 2 I have
dim i_Status
i_Status = Request.Form("Status")
response.write(i_Status)
and I get nothing. Now if I take out the update function all works well.
Please help. I have a Due Date of 7/28/11 1500 for this. This should be something REALLY simple
Bobby
