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 |
asp.net interview questions
Explain Authentication mechanism in dotnet
What is break mode?
What is session mode in asp.net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Why Web Services?
Can you explain what inheritance is and an example of when you might use it?
Why is asp.net so popular?
What is meant by role based security? when we use this one
What is the significance of finalize method in .net?
what is the requirement that .Net web services can access the java application?
Why is validation always done on the server? When does that occur?
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)