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 the namespace used to store the information about the user?s locale?
what is the challenging situation you faced in your career?
3 Answers Calsoft, HP, Satyam, Wipro,
What are session cookies?
What is Pre-Render event in ASP.NET?
Is LINQ performance wise better or using sqlcommand?
Hi, I Dont know about Application and Session State management. Can anyone explain me with simple example?
What is the postback property in asp.net?
What is enableviewstate in asp net?
Define web.config in .net?
What is an application domain?
What is manifest in .net framework?
What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)