What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / mallikarjun.b.a
Response.Write it is used to display the normal output But
Response.OutPut.write it is used to display the formated
Output
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is the use of global.asax file?
How to turn off cookies for a page?
What are the two properties that are common on every validation control?
What are the features of asp.net mvc?
How do session tokens work?
How would you turn off cookies on one page of your website?
Why asp.net is used?
What is tracing? Where is it used?
Explain the difference between value type and reference type?
What is server components?
How can you access the properties and controls of master pages from content pages?
How asynchronous call can be implemented using delegates?
Explain different types of Caching techniques in ASP.NET?
Explain about the .NET framework?
Why SessionID changes in every request in asp.net?