MCQs > IT & Programming > ASP.NET > What is the error in the following code? response.write 'hello' response.charset = 1252 response.write 'there'

ASP.NET MCQs

What is the error in the following code?

response.write "hello"
response.charset = 1252
response.write "there"


Answer

Correct Answer: Response.Charset is modifying the header and therefore should be the first statement

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