Forum: ASP May 11th, 2007 |
| Replies: 2 Views: 2,266 Re: Fetching Form Values with ASP If you are saying you would rather return the results to an asp page than use the CGI, you can comment out the:
<!--<form method="post" action="/cgi-in/show_params.cgi">-->
towards the end of... |
Forum: ASP May 10th, 2007 |
| Replies: 5 Views: 2,690 Re: Weird ASP/SQL Problem I think you may be experiencing a discrepancy between empty strings and null values. An empty string does not have the same value as Null. On your results page, try doing a determination of the value... |