Non così:

codice:
response.write "<input type=""textarea"" name=""text" & objrs("tID") &""" wrap=""virtual"" style=""width: 150px; height: 80px;"" value """ _ 
& objrs("text") & """>"
ma così:

codice:
response.write "<textarea"" name=""text" & objrs("tID") &""" wrap=""virtual"" style=""width: 150px; height: 80px;"" & >" & objrs("text") & "</textarea>"