the parsing of user name has a ' inside of the user name and i think that is causing the code to break when i set it with this
tempUsername=Request.Form("UserName")
if (Request.Form("Action") = "Login") then
tempUsername=Request.Form("UserName")
tempPassword=Request.Form("UserPassword")
is that assumption right? if so what is a solution to this?