What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / rahul
Response.Output.Write() allows you to write formatted output
| Is This Answer Correct ? | 36 Yes | 5 No |
Post New Answer View All Answers
Can the unique key be null?
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?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
How we implement web farm and web garden concept in asp.net?
Why we go for mvc instead of asp.net? : Asp.Net MVC
How can we register exception filter globally?
How to Separate background image and front image from original picture....
Explain the difference between Web Garden and Web Farm?
How many types of state management are there in asp net?
What is asp.net version?
What is diff. Between abstract class and an interface?
what is the difference between response.write() and response.output.write()?
Difference between Response.redirect vs server.transfer?
What methods are fired during the page load? Init()
How to use multiple scriptmanager controls in a web page?