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
Define web services in asp.net.
What is manifest in .net framework?
How can you handle errors in Web API?
What is cas?
What is http post action?
What is the difference between custom controls and user controls?
What I need to create and run an asp.net application?
Why do we use web config?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Why mvc is faster than asp.net? : Asp.Net MVC
What is authentication in asp.net?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What are the uses of list view control in Asp.net?
What is xaml? Are xaml file compiled or built on runtime?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?