What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / mallikarjun.b.a
Response.Write it is used to display the normal output But
Response.OutPut.write it is used to display the formated
Output
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is the use of ASP.NET routing?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Why we go for mvc instead of asp.net? : Asp.Net MVC
Explain the main differences between asp and asp.net?
What is difference between singleton and single call?
Define xmlreader class.
Why is it preferred to not use finalize for clean up?
Please brief not about xsd,xslt & xml?
Describe the events in the life cycle of a web application.
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is Pre-Render event in ASP.NET?
Why would anyone need to implement their own hashtable or linked list?
How to implement form based authentication in asp.net application?
Why is this service branded with windows livetm?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?