ASP.NET C#: Output to Screen

Response.Write("this is the message");

ASP.NET C#: Redirect

Response.Redirect("http://www.google.com");