What?s the difference between Response.Write()
andResponse.Output.Write()?

Answers were Sorted based on User's Feedback



What?s the difference between Response.Write() andResponse.Output.Write()? ..

Answer / dinesh

Response.Output.Write() give formatted output

Is This Answer Correct ?    9 Yes 0 No

What?s the difference between Response.Write() andResponse.Output.Write()? ..

Answer / icanmakeiteasy

you can write formatted output using Response.Output.Write ()

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between server-side scripting and client-side scripting?

0 Answers  


What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object

7 Answers   Bunzl Vending, Syntax Softtech,


What is application session?

0 Answers  


Can you nest updatepanel within each other?

0 Answers  


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?

0 Answers  






What is the difference between custom controls and user controls?

0 Answers  


What is ashx file in asp.net?

0 Answers  


Describe state management in asp.net?

0 Answers  


why should i use FormsAuthentication.RedirectFromLoginPage (); Method in Form Authentication?Without using this method also it's good??

2 Answers  


What is the difference between typeof() vs gettype()?

0 Answers  


what is the difference between server.Transfer and response.redirect in .net

1 Answers  


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1 Answers   BirlaSoft,


Categories