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 is the view state data stored in asp net?
Is web config mandatory?
What are the major built-in objects in ASP.NET?
What is in a session cookie?
What are the disadvantages of asp.net?
What language is asp.net written in?
Explain weak typing and strong typing.
Explain what is an assembly?
How can we inherit a static member?
In Code-Behind class which kind of code (server or client) is found ?
Explain about Multi-Language integration?
How can I configure asp.net applications that are running on a remote machine?
Explain how dot net compiled code will become platform independent?
What is Dynamic Web and discuss its usage with the help of real life examples?
What should you do is you want to remove an existing component but would like to make some funtionalities?