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
Explain the server control events of asp.net ?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
Can asp.net work on an nt server?
What are the advantages and limitations of query string?
What do you mean by View State and what is its role?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What symbol would you use to denote, the start of a code block in aspx views?
What is Web API Routing?
What is AutoEventWireup attribute for ?
What is advantage of asp.net?
Which protocol is used to call a web service?
How Session outproc in Sqlserver stored?
What are asp.net web forms?
Explain the difference between response.redirect vs server.transfer
Where is the view state data stored?