What?s the difference between Response.Write() and
Response.Output.Write()?
Answer Posted / chaitali
Response.write - it writes the text stream
Response.output.write - it writes the HTTP Output Stream.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How information about the user's locale can be accessed?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is Partial PostBack in ASP.NET?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What are web server controls in asp.net?
What is asp.net caching?
What is the usie of activex control in .net?
Explain repository pattern in asp.net mvc? : asp.net mvc
Can you change a master page dynamically at runtime? How?
Explain advantages of caching?
How does ASP.NET framework maps client side events to Server side events.?
What is x xss protection?
What is data grid view in asp.net?
Differentiate between early binding and late binding.
What is HTTPModule and HTTPcontext? What is the use of each?