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
what are the Custom controls in asp.net?
Is post back property in asp net?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is the use of ASP.NET routing?
What does mvc represent in asp.net? : asp.net mvc
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is asp short for?
Define web.config in .net?
Can action method static?
What is asp net_sessionid?
Is global asax mandatory?
What is asp.net with mvc? : Asp.Net MVC
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is data binding in asp net?
Is session stored in browser?