This is a discussion on What’s the difference between Response.Write() andResponse.Output.Write()? within the ASP and ASP.NET Programming forums, part of the Web Development category; Hi, can any one tell,What’s the difference between Response.Write() andResponse.Output.Write()? Thanks, Prasath.K...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, can any one tell,What’s the difference between Response.Write() andResponse.Output.Write()? Thanks, Prasath.K |
| Sponsored Links |
| |||
| Response.write - it writes the text stream Response.output.write - it writes the HTTP Output Stream. In Other Words Response.Output.Write() allows you to write formatted output. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can we write Construcror in Servlet? | leoraja8 | Java Programming | 1 | 11-23-2007 09:51 PM |
| How do I write a file from JavaScript? | itbarota | HTML, CSS and Javascript Coding Techniques | 5 | 10-26-2007 01:54 AM |
| How to Read and write txt file using C# | kingmaker | C# Programming | 2 | 08-25-2007 02:40 AM |
| Can I write sin(x) instead of Math.sin(x)? | prasath | Java Programming | 2 | 07-20-2007 08:38 AM |
| How to write contents as CDATA in XML using c#? | Archer | C# Programming | 0 | 07-17-2007 10:57 PM |