Response ASP.Net

<%@ Page Language="vb" %>

   
      Redirecting to a new page in ASP.NET
      
         Sub Page_Load()
            Response.Redirect("http://www.rntsoft.com", True)
         End Sub