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


Please Help Members By Posting Answers For Below Questions

Explain different types of Caching techniques in ASP.NET?

729


What are Master Pages in ASP.NET?

763


What is a web api?

754


If we remove web.config or machine.config from the application then, is this application will works?

781


What is asp.net introduction?

730


How to implement role based security in asp.net mvc? : Asp.Net MVC

621


When you use Ajax controls in the ASP.NET application?

771


What is the difference between user control an custom control?

822


Explain Authentication mechanism in dotnet

787


Can one dll file contains the compiled code of more than one .net language?

751


What are the two Layouts supported by a Web form in ASP.NET?

765


How can we identify that the Page is Post Back?

720


How do you hide the columns?

766


Explain how dot net compiled code will become platform independent?

717


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1736