---
title: "What is the difference between the Response.Write() and Response.Output.Write() methods?"  
description: "What is the difference between the Response.Write() and Response.Output.Write() methods?"  
author: "Sumit Kesarwani"  
published: 2014-08-28  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/2081/what-is-the-difference-between-the-response-write-and-response-output-write-methods  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is the difference between the Response.Write() and Response.Output.Write() methods?

The Response.Write() method allows you to write the normal output; whereas, the Response.Output.Write() method allows you to write the formatted output.

## Answers

### Answer by Sumit Kesarwani

The Response.Write() method allows you to write the normal output; whereas, the Response.Output.Write() method allows you to write the formatted output.


---

Original Source: https://www.mindstick.com/interview/2081/what-is-the-difference-between-the-response-write-and-response-output-write-methods

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
