Basic Dot Net Question:

What is Response object? How is it related to ASP’s Response object?

Tweet Share WhatsApp

Answer:

Response object allows the server to communicate with the client(browser). It is useful for displaying information to the user (or) redirecting the client.
Eg: Response.Write(”Hello World”)

Download Dot Net PDF Read All 116 Dot Net Questions
Previous QuestionNext Question
What is serialization, how it works in .NET?What is .NET?