What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / icanmakeiteasy
you can write formatted output using Response.Output.Write ()
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain how cookies work.
Which method is used to perform all validation at the page level?
Can we have multiple web config files for an asp.net application?
Explain the difference between response.redirect vs server.transfer
How do you identify that the page is postback?
Briefly describe the role of global.asax?
How would you implement inheritance using c#?
Is it possible to write code in many languages in one asp.net project?
When should I use server transfer and response redirect?
Where sessions are stored?
What is mvc in asp.net interview question? : Asp.Net MVC
Describe state management in asp.net?
Why session is necessary in web application?
What is the request flow used for asp.net mvc framework? : asp.net mvc
What does asp.net stand for?