Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What?s the difference between Response.Write()
andResponse.Output.Write()?

Answer Posted / kvnvani

Response.write - it writes the text stream
Response.output.write - it writes the HTTP Output Stream.

They are used to display output text in formatted manner as
below
Response.Write() output fotmat :
Response.Write"<h1>" & iTimer & "</h1>"
Response.Output.Write() output format :
Response.Output.Write("<h2>Process running as {0}</h2>",
WindowsIdentity.GetCurrent().Name);

Is This Answer Correct ?    33 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we store object in viewstate?

1018


how to retrieve property settings from xml .config file.

1051


How can we identify that the page is post back in asp net?

981


What is Bundling and Minification in MVC?

1069


List all templates of the repeater control.

1151


What is request and response in asp.net?

1007


What is asp net objects?

1125


How to add DateTime Control in normal DataGrid Server Control?

1147


What is a viewbag?

1013


Explain about solution explorer window?

1073


Who can consume WebAPI?

1058


How can we implement a identity (sql server) call in an asp.net page?

1067


What are the event handlers that we can have in global.asax file?

1014


What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

1165


Explain about secure socket layer?

996