What?s the difference between Response.Write() and
Response.Output.Write()?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srujana
The latter one allows you to write formatted output.
Is This Answer Correct ? | 2 Yes | 0 No |
What is Bundling and Minification in MVC?
how to transfer the file from client to server using asp.net
0 Answers Sans Pareil IT Services,
What is JIT and how is works ?
What is WebService ?
8 Answers Tanla Solutions, Yahoo,
What is active web pages?
Can we handle the error and redirect to some pages using web.config?
What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?
How asynchronous call can be implemented using delegates?
What is the difference between the get method () and post method ()?
Define transparent caching with aop?
What r Callbacks in ASP.NET?
Why is validation always done on the server? When does that occur?