% action = request.querystring("action") if action = "Delete" then ct_id = request.querystring("ct_id") qryDel = "delete from country where ct_id = "& ct_id &"" set rsDel = conn.execute(qryDel) set rsDel = nothing end if %>