PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

How should Xavier rewrite the second line of code to correct the errors in that line?

Xavier wrote the following ASP code to generate HTML:
<%
For i=0 to rs.Fields.Count 1
Response,Write(<td>)
S=Trim(cStr(rs,Fields (i).Name & ))
Response,Write(<b>” & S & “</b>)

Response,Write(</td>)
Next
%>
When he executes the code, the table does not look correct. How should Xavier rewrite the
second line of code to correct the errors in that line?


Page 216 of 263« First...102030...214215216217218...230240250...Last »