What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / dinesh
Response.Output.Write() give formatted output
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How can we prevent browser from caching an aspx page?
What are the Types of objects in ASP
How can we identify that the Page is Post Back?
Define page fragment caching?
What are the difference between function and stored procedure in .net programming language?
What are session state modes?
What is query string?
Briefly describe the role of global.asax?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What is a reflection?
What is cookies in asp net?
Explain some of the major built-in objects in asp.net
Why is it preferred to not use finalize for clean up?
List the events in page life cycle.