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

April april at farstrider.org
Thu Nov 29 11:32:02 CST 2001


Thank you.  That's what it was.




>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
>





More information about the thelist mailing list