If Request.Form("productId") == "" Then 'my code here End If
但它不工作.
If Request.Form("productid") = "" Then Code here End If