what is diffrance between response.write &
response.output.write
Answer Posted / balasubramani
Response.Write will print the result as it is.
Whereas Response.Output.Write will print the formatted
output.
For Example:
Response.Output.Write("Notepad Process Started at : {0}",
DateTime.Now.ToString());
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
How to Separate background image and front image from original picture....
What are the namespace classes used in asp.net mvc? : asp.net mvc
How long do session variables last?
Difference between web user control and web custom control?
What are the namespaces used in asp.net mvc? : asp.net mvc
What methods are fired during the page load? Init()
Give 2 examples for scenarios when routing is not applied?
Define the steps to set up validation control.
What is asp.net version?
What are the cookies types in asp.net?
Define tracing.
What is a session in programming?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What are merge modules?
What is variable and constant in .net programming language?