What is the main use of Response.Output.Write()?
Answer Posted / varun
The difference between Response.Write() and
Response.Output.Write() in ASP.NET. The short answer is
that the latter gives you String.Format-style output and
the former doesn't. The long answer follows.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What’s the catch?
What is web configuration file and how to use in web application
Explain the boxing and unboxing concept in .net?
What are the new web part controls in asp.net 2.0 ?
What is the difference between Hash table and Array list?
When you use Ajax controls in the ASP.NET application?
What is use of Master Page in ASP.NET web pages?
What is HTTPModule and HTTPcontext? What is the use of each?
What is the caspol.exe tool used for?
What are session cookies?
Is data edited in the Repeater control?
What are the differnt types of handler in ASP.NET?
What is the use of response redirect in asp.net?
WSDL means?
Can we handle the error and redirect to some pages using web.config?