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
Why mvc is better than asp.net? : Asp.Net MVC
What is the difference between stored procedure vs function?
What is the purpose of url encoding?
Explain what does wsdl stand for?
Where viewstate value is stored in asp.net?
What is class and object in asp.net?
Define what is razor? : asp.net mvc
What is session object? Describe in detail.
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is difference between session and cookies in asp net?
What is asp.net? How is it different from asp?
What is application session?
How to display Alert in ASP.NET
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How is session id generated?