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 advantage of using Windows authentication in a Web application?
To add a hyperlink column to the DataGrid which tag is used ?
I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?
Which color scheme in a Repeater control can you provide alternatively?
What are the different ways of processing data in ASP page in the server side (like Forms, QueryStrings etc)?
What a diffgram is, and a good use for one?
Is it possible to write code in many languages in one asp.net project?
What is server side session management?
What are the various types of validation controls provided by asp.net?
How many no of classes in .net
Is react a template engine?
What is session and application variable in asp net?
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)