What's difference between Response.Write() and Response.Output.write()?

The later one allows you to write formattedoutput

Questions by nishantppawar

Showing Answers 1 - 4 of 4 Answers

Jigar Kapadia

  • May 29th, 2006
 

Response.Output.write() is used to display formatted output

  Was this answer useful?  Yes

response.write() just writes/displays the text or string on the web page. response.output.write() formats the string in the format specified before displaying it on the web page .

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions