Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is Response object?

2 like 0 dislike
What is Response object? How is it related to ASP’s Response object?
asked 1 year ago by daneim (127,080 points)

1 Answer

1 like 0 dislike
 
Best 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”)
answered 1 year ago by marck_don (191,010 points)

Related questions

2 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)
2 like 0 dislike
1 answer
3 like 0 dislike
1 answer
asked 1 year ago by marck_don (191,010 points)
3 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)
4 like 0 dislike
1 answer