ASP.Net Programming Question:
What is the difference between Response.Write() and Response.Output.Write()?
Answer:
The latter one allows you to write formatted output.
Previous Question | Next Question |
What are the validation controls? | What methods are fired during the page load? Init() |