I have a textfield I'll call txtTest.
I cannot seem to enter a value in the textfield and pass the value of the
textfield using:
varRequestParm = Request.Form("txtTest")
Set rsTemp = server.createobject("adodb.recordset")
CPC_Connection.WebQry_List varRequestParm, rsTemp
If the textfield is instead a dropdown list everything works fine.
What could be going on?