What is the main use of Response.Output.Write()?
Answer Posted / varun
The difference between Response.Write() and
Response.Output.Write() in ASP.NET. The short answer is
that the latter gives you String.Format-style output and
the former doesn't. The long answer follows.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What’s the difference between response .redirect and server.transfer?
Is asp net front end or backend?
How you can return View from ASP.NET Web API method?
Do gac'ed assemblies have fulltrust?
Which data type does the rangevalidator control support?
What is viewstategenerator?
They mostly asked difference between versions of technologies
Explain what the contents of cookie?
Define the steps to set up validation control.
Web API uses which library for JSON serialization?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
How do you secure your configuration files to be accessed remotely by unauthorized users?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Explain client side state management system.
Explain the basic functionality of garbage collector?