Interview Question
Created by admin on Sat, 17/11/2012 - 16:44
Question:
What's the difference between Response.Write() and Response.Output.Write()?
Language:
Answer:
The latter one allows you to write formatted output.
What's the difference between Response.Write() and Response.Output.Write()?