What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / priya
response.output.write allows String.Format style output and
the response.write doesn't
For example : Response.Output.Write("{0:d}", "Current Date
Time is: ",DateTime.Now);
| Is This Answer Correct ? | 26 Yes | 9 No |
Post New Answer View All Answers
Which browsers support the xmlhttprequest object?
How would you enable impersonation in the web.config file?
How to disable validator control by client side JavaScript?
Explain the use of duration attribute of @outputcache page directive.
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Give an example of cookie abuse.
Explain the various authentication mechanisms in asp.net.
What are the benefits of view state?
Which of the following .NET framework supports Web API?
What is the difference between trace and debug in asp.net?
Describe the diffeerence between inline and code behind?
Where is the view state data stored?
Can you explain architecture of your project ?
What is the asp.net mvc folder conventions? : asp.net mvc
What is the difference between sealed vs static class?