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
List of words of preprocessor in .net?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is difference between session and cookie?
What is server side session?
What are the disadvantages of asp.net?
What is asp net_sessionid?
How can I have a particular web page in an asp.net application which displays its own error page?
What is the latest version of asp.net?
What is Razor View Engine
Is session stored in browser?
What is work flow gen? how can it will work with .Net?
What are the various session state management options provided by asp.net?
Define web.config in .net?
Explain what is clr?
Can you use Web API with ASP.NET Web Form?