1.

What Is Response Object?

Answer»

It CONTROLS the information sent to the user. The VARIOUS methods are:

  • Response. WRITE - Sends information directly to a browser.
  • Response.Redirect - Directs a user to a URL other than the requested URL.
  • Response.ContentType - Controls the TYPE of content sent.
  • Response. Cookies - Sets cookie VALUES.
  • Response. Buffer - To Buffer information.

It controls the information sent to the user. The various methods are:



Discussion

No Comment Found