What’s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / ganesh
Response.Output.Write() allows you to write formatted output.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Where viewstate value is stored in asp.net?
What is the base class from which web forms are inherited?
How can u debug your .net application?
Explain how do you deploy your asp.net application?
Define the steps to set up validation control.
Where is the session stored?
Explain how can we access static variable?
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?
What is Web API?
What are the Types of chaching. How to implement caching
What is boxing and unboxing in asp.net?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is the parent class of all the web server control?
What are early binding and late binding.