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 |
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the use of response redirect in asp.net?
What is the base class of .NET?
Explain the difference between panel and groupbox classes using .net?
What is page fragment caching?
What are the disadvantages of view state / what are the benefits?
What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?
You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?
Define machine.config in .net?
What is asp.net introduction?
What is the lifespan for items stored in ViewState?
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)