S
Stu
Hi,
I want to be able to check if a form element exists in the form post data.
IN this instance I want to find out if Request.Form("Postcode") is part of
the forms collection.
I have tried:
If Request.Form("Address Line 5").Length > 0 Then Response.Write("It
exists!")
but get the error:
Object reference not set to an instance of an object.
Thanks in advance,
Stu
I want to be able to check if a form element exists in the form post data.
IN this instance I want to find out if Request.Form("Postcode") is part of
the forms collection.
I have tried:
If Request.Form("Address Line 5").Length > 0 Then Response.Write("It
exists!")
but get the error:
Object reference not set to an instance of an object.
Thanks in advance,
Stu