what is diffrance between response.write &
response.output.write
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / bala
The latter one allows you to write formatted output..
Is This Answer Correct ? | 12 Yes | 4 No |
Response.Output.Write() allows you to write formatted output
Is This Answer Correct ? | 7 Yes | 0 No |
What is session handling in a webfarm, how it can work with its limits?
Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?
What is Web Server Control Templates.?
When is an object collected by the Garbage Collector? [Four options were given]
Can viewstate be accessed in another page?
what is pagination in asp.net ?
What is .netmodule and how is different from .dll and .exe
What's the use of formatters in .net?
What is Pre-Render event in ASP.NET?
Describe session handling in a webfarm?
What is the difference between Server.Transfer and Response.Redirect?
How to stop the inheritance?