MCQs > IT & Programming > ASP.NET > Output will be? for i = 0 to rs.fields.count response.write rs.fields(i).name next where rs is a recordset containing data from a table

ASP.NET MCQs

What will the following code do?

        for i = 0 to rs.fields.count
             response.write rs.fields(i).name                
        next

where rs is a recordset containing data from a table



Answer

Correct Answer: None of the above

Explanation:

Note: This Question is unanswered, help us to find answer for this one

ASP.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

ASP.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it