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
What are the asp.net list controls and difference between them?
Explain code snippet to register exception filters from controller?
Can we have a web application running without web.config file?
What are the ways to sending the data in ASP.NET page?
What do you mean by authorization?
What is bson in web api?
Which is better viewstate or session?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Why do we need url encoding?
A Web Service Can Only Be Written In .net. Is it True??
What is a user session?
What are demand-paging and pre-paging?
What is the Intermittent crashing of application in production?
What describes a query?
How to Insert/Add in ASPXgridview