top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

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

0 votes
255 views
What is Response object? How is it related to ASP?s Response object?
posted Dec 21, 2015 by Sathyasree

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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?)
answer Dec 21, 2015 by Shivaranjini
...