What’s the difference between Response.Write()
andResponse.Output.Write()?



What’s the difference between Response.Write() andResponse.Output.Write()?..

Answer / ganesh

Response.Output.Write() allows you to write formatted output.

Is This Answer Correct ?    15 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

0 Answers  


What is the difference between union and structure?

0 Answers  


How does session work?

0 Answers  


What are the difference between overriding and overloading?

0 Answers  


Which protocol is used to call web service?

0 Answers  


What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

0 Answers  


Who generates session id?

0 Answers  


What command line used to generate Runtime callable wrapper.

2 Answers   CTS,


What are client activated objects?

0 Answers  


Describe the .net base class library.

0 Answers  


Explain the different types of assemblies?

0 Answers  


Categories