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 different types of Caching techniques in ASP.NET?
What are Master Pages in ASP.NET?
What is a web api?
If we remove web.config or machine.config from the application then, is this application will works?
What is asp.net introduction?
How to implement role based security in asp.net mvc? : Asp.Net MVC
When you use Ajax controls in the ASP.NET application?
What is the difference between user control an custom control?
Explain Authentication mechanism in dotnet
Can one dll file contains the compiled code of more than one .net language?
What are the two Layouts supported by a Web form in ASP.NET?
How can we identify that the Page is Post Back?
How do you hide the columns?
Explain how dot net compiled code will become platform independent?
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?