What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / guest
The latter one allows you to write formatted output.
| Is This Answer Correct ? | 53 Yes | 10 No |
Post New Answer View All Answers
Can you explain architecture of your project ?
Explain how asp.net page works?
Explain the difference between globalization and localization techniques
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
How to add DateTime Control in normal DataGrid Server Control?
What is the concept of view state in asp.net?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What does postback mean?
What does the .webpart file do?
What is the difference between pathparam and queryparam?
In order to get assembly info which namespace we should import?
How will you load dynamic assembly?
What are the authentication types in asp.net?
Is asp.net mvc still used? : Asp.Net MVC
Why is an object pool required?