what is diffrance between response.write &
response.output.write

Answers were Sorted based on User's Feedback



what is diffrance between response.write & response.output.write..

Answer / siddiq

Respons.Write will display the value/expresion as it is.
Response.Output.Write will diaplay the formatted content.

Is This Answer Correct ?    23 Yes 3 No

what is diffrance between response.write & response.output.write..

Answer / balasubramani

Response.Write will print the result as it is.
Whereas Response.Output.Write will print the formatted
output.

For Example:
Response.Output.Write("Notepad Process Started at : {0}",
DateTime.Now.ToString());

Is This Answer Correct ?    20 Yes 1 No

what is diffrance between response.write & response.output.write..

Answer / bala

The latter one allows you to write formatted output..

Is This Answer Correct ?    12 Yes 4 No

what is diffrance between response.write & response.output.write..

Answer / k.senthil kumar

Response.Output.Write() allows you to write formatted output

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is session handling in a webfarm, how it can work with its limits?

0 Answers   Siebel,


Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?

2 Answers  


What is Web Server Control Templates.?

0 Answers   MCN Solutions,


When is an object collected by the Garbage Collector? [Four options were given]

1 Answers   ABC,


Can viewstate be accessed in another page?

0 Answers  






what is pagination in asp.net ?

1 Answers   Netsweeper,


What is .netmodule and how is different from .dll and .exe

2 Answers   NIIT,


What's the use of formatters in .net?

0 Answers  


What is Pre-Render event in ASP.NET?

0 Answers   MindCracker,


Describe session handling in a webfarm?

0 Answers  


What is the difference between Server.Transfer and Response.Redirect?

5 Answers  


How to stop the inheritance?

2 Answers   TCS,


Categories