GetString
Previous Top Next

Gets a string from the response returned from the server.
GetString is useful when fetching a text resource (like a html page).
Syntax: GetString

Example:
TextBox1.Text = Response.GetString
Response.Close