PDA

View Full Version : Item cannot be found in the collection corresponding to the requested name or ordinal


gdub96
05-02-2006, 05:47 PM
I am getting this error message I am not sure what to do. Has anyone else had this problem before? I have checked the spelling for all of my fields. The error is being referenced as line 60 which is the second line. Can someone help me out?

<%
Response.Write "<b>OLD ID:</b></td><td valign='MIDDLE' bgcolor='#FFFFCC'><input type='Text' name='SUBJECT' value ='" &csvRS("SUBJECT")&"'></td></tr>"
Response.Write"<tr> <td bgcolor='#FFFFCC'><font size = '3' class = 'red'>"
Response.Write "<b>ID:</b></td><td valign='MIDDLE' bgcolor='#FFFFCC'><input type='Text' name='ID' value ='" &csvRS("ID")&"'></td></tr>"

vinyl-junkie
05-02-2006, 08:14 PM
You probably haven't referenced that variable in your SQL statement. If you still have problems, post the entire script so we can take a look at it.