---
title: "What’s the difference between Response.Write() and Response.Output.Write()?"  
description: "What’s the difference between Response.Write() and Response.Output.Write()?"  
author: "John Smith"  
published: 2010-11-13  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/230/what-s-the-difference-between-response-write-and-response-output-write  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What’s the difference between Response.Write() and Response.Output.Write()?

Response.Write() is unformatted output where as Response.Output.Write() allows you to write formatted output.\

## Answers

### Answer by John Smith

Response.Write() is unformatted output where as Response.Output.Write() allows you to write formatted output.\


---

Original Source: https://www.mindstick.com/interview/230/what-s-the-difference-between-response-write-and-response-output-write

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
