HI,
I am new in ASP. I would like to know how to retrieve the value of the fields input by the user or from the select box.
let say my text field name is Dept.
and in asp, I want to set my SQL string.
<%
strSQL = "Select * from tablename where department = " & deptvalue(selected by user)
%>
i have tried using request.form("Dept") but no value displayed.
please help me!
Start Free Trial