<%@LANGUAGE="VBSCRIPT"%> <% str="select * from centro_tblUserDtls where ID="& request("ID") rs.open str,conn,1,2 %> <% rs.close %>