FALL 2024 AUCTION
This page gives an image view of all the items on offer in the current auction. Click on the item to see its details.
" ' response.write "Session variables " & session("Token") & ", " & session("userID") & ", " & session("username") & "" Set objCmd = Server.CreateObject("ADODB.Command") objCmd.CommandType = adCmdStoredProc objCmd.CommandText = "usp_RetrieveImages" objCmd.ActiveConnection = stConn set rs = objCmd.Execute do until rs.eof ItemID = rs("ItemID") ItemURL = rs("ImageURL") response.write "" response.write "