Page Lifecycle ASP.Net Tutorial

<%@ Page Language="vb" %>

   
      Ending processing in ASP.NET
      
         Sub Page_Load()
            Response.Write("Hello, World!")
            Response.End()
            myMessage.Text = "Hello, World!"
         End Sub