ASP.Net Programming Question:

What is the difference between Response.Write() and Response.Output.Write()?

ASP.Net Interview Question
ASP.Net Interview Question

Answer:

The latter one allows you to write formatted output.


Previous QuestionNext Question
What are the validation controls?What methods are fired during the page load? Init()