What’s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / ganesh
Response.Output.Write() allows you to write formatted output.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How can we identify that the page is post back in asp net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is the difference between union and structure?
What is difference between view and partial view?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
If you want to write your own dot net language, what steps you will you take care?
What is asp net objects?
What are web beacons used for?
How can we use Web API with ASP.NET Web Form?
Contrast OOP and SOA. What are tenets of each ?
What is validation in asp.net?
What is synchronous and Asynchronous post back ?
Difference between overriding and overloading?
What is the postback property in asp.net?
Is oauth for authentication or authorization?