Senator Guerra Souty original series calendar,replica hublot blue steel peach pointer collocation of rolex replica Rome digital scale, track type minute replica watches scale shows that the classical model is swiss replica watches incomparable, wearing elegant dress highlights.
mr-ponna.com

 

YOU ARE HERE: HOME Questions What s the difference between Response Write and Response Output Write



Response.Write() vs Response.Output.Write()

View(s): 12901

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

Answer 1)
Response.write() don't give formatted output.
The latter one allows you to write formatted output. 

Eg:
Response.Write("<h1>Hello Mr. " + UserName + "</h1>");
Response.Output.Write("<h1>Hello Mr. {0}</h1>", UserName);
  Asked in:  LiquidHub   Expertise Level:  Beginner
  Last updated on Sunday, 18 July 2010
4/5 stars (8 vote(s))

Register Login Ask Us Write to Us Help