What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / atul yadav
response.write() just writes/displays the text or string on the web page. response.output.write() formats the string in the format specified before displaying it on the web page .
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do I publish my asp.net application to my isp's web server?
Can you explain page lifecycle in net?
What is difference between session and viewstate?
What is parse in asp.net?
Explain about consistent programming model in the .NET framework?
Disable Mouse right click on web page in asp.net?
How can we create custom controls in asp net?
What does ascx stand for?
What is the behavior of a Web browser when it receives an invalid element?
What is session handling in a webfarm, how it can work with its limits?
Explain about asp.net state management?
How asynchronous call can be implemented using delegates?
What does session_start () do?
What are the security types in asp.net?
What are the different types of validation controls in asp.net?