Dot Net Interview Questions and Tutorials
By Dr. Rajesh Rolen
Friday, January 29, 2010
What is the difference between Response.Write() andResponse.Output.Write()?
Response.Output.Write() allows you to write formatted output. for eg: it is very similer to console.write which we use in c#.net(console programming) we use place holders for formated output...
No comments:
Post a Comment