Hi,
What is difference between Response.Write and Response.Output.Write in ASP.NET?
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Nov 9, 2011, 7:36 PM
Response.Write just outputs a string to webpage whereas Response.Output.Write will give you option for formatted output of the string as per specified options before writing to the webpage.