Join ExamsbookAnswer :
What is the need of Response.Output.Write() in Asp.net ?5
Q: What is the need of Response.Output.Write() in Asp.net ?
- Show Answer
- Workspace
Answer :
Explanation :
Response.Write() and Response.Output.Write() both does the same work for printing output on the screen. But their is a small difference between them. As we can write formatted output using Response.Output.Write() but Response.Write() can't allows the formatted output.