[thelist] ASP question: Request.QueryString(variable) alternative needed.

Anthony Baratta Anthony at Baratta.com
Thu Nov 29 11:12:19 CST 2001


At 08:53 AM 11/29/2001, you wrote:
>Unfortunately, I tried that first, and it doesn't even make it through the 
>first field without timing out.

You need to move the MoveNext comand outside of the If/Then Statement

While Not RSFields.EOF
         If Request.QueryString(RSFields("FieldID")) = "yes" Then
          ....
          ....
         End If
         RSFields.MoveNext
Wend


---
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."





More information about the thelist mailing list