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


Please Help Members By Posting Answers For Below Questions

Will session work if cookies is disabled?

538


What is a 404 redirect?

578


Describe a Windows Service and its lifecycle ?

634


Define transparent caching with aop?

546


What is the request flow used for asp.net mvc framework? : asp.net mvc

541






If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

526


Define a multilingual website?

543


What are the advantages and disadvantages of session?

674


Distinguish between Server-side and Client-side code?

562


Can asp.net work on an nt server?

563


How does session work?

515


What are validator? Name the validation controls in asp.net? How do you disable them?

560


What is asp.net caching?

585


what cut off mark for po's,what questions they asked for interview?

1433


What is session id in web application?

508