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 are the data controls available in asp.net?
Explain about Application and Session Events ?
Difference between response.redirect and server.transfer?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is a postback in asp net?
What is _viewstart?
Can we use a static function with a non-static variable?
Which namespace is used by ado.net?
What is server side in asp.net?
What is css and what is it used for?
What is the parent class of all the web server control?
How can you access the properties and controls of master pages from content pages?
Explain server-side scripting?
What are the contents of cookie?