what is diffrance between response.write &
response.output.write

Answer Posted / balasubramani

Response.Write will print the result as it is.
Whereas Response.Output.Write will print the formatted
output.

For Example:
Response.Output.Write("Notepad Process Started at : {0}",
DateTime.Now.ToString());

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you want to write your own dot net language, what steps you will you take care?

529


Explain diff. Betn dataset and recordset?

556


How do you do Client-side validation in .Net?

582


What are themes and skins in 2.0, explain usage scenario?

529


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

526






Explain how can we inherit a static variable?

528


Define transparent caching with aop?

543


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

570


Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?

815


Which is faster viewdata or viewbag?

550


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

1649


How will create assesblies at run time?

560


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

570


What is the use of global.asax file?

555


How do u deploy your asp.net application?

616