What is actually meant by the request and response object in asp.net?
Request is what browser sents to server when form is submitted, this happens when button is clicked
Response is what server sends to the browser, it can be the ASPX page, or some file for dowloading
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.