Okay, lemme try this since I'm on to a new problem...
Here we go.
I'm trying to output a list of pages at the bottom of my page, and for some reason it seems like my if statement isn't working. I'm not sure if I'm just a complete ASP retard (possible, since I've been working with ASP for maybe a week now), or if this is a common/complex problem. Anyway here comes the code
That's the code to output my options. numPages is functioning fine and currentPage is just a simple value pulled with Request.QueryString and I've verified that it has the proper value. So the question remains, why do I get no "selected" value in any of my option tags?