What is the difference between Response.Write() and Response.Output.Write()?
Submitted by: AdministratorThe latter one allows you to write formatted output.
Submitted by: Administrator
Submitted by: Administrator
write() is used to save data.
output.write is used to display or print the output
Submitted by: Haroon Rashid
output.write is used to display or print the output
Submitted by: Haroon Rashid
Read Online ASP.Net Job Interview Questions And Answers
Top ASP.Net Questions
☺ | What event handlers can I include in Global.asax? |
☺ | What are user controls and custom controls? |
☺ | What methods are fired during the page load? Init() |
☺ | What is the difference between Response.Write() and Response.Output.Write()? |
☺ | Which template must you provide, in order to display data in a Repeater control? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |