ScriptManager.RegisterStartupScript(this, this.GetType(), "alert", " alert(' You will be redirected to the Portal.'); window.open('http://www.newurl.com/');", true);
Not directly related but another popullar option is to have an icon following the link or the button (seems to happen after a postback ?) which give the information without having to close an additonal message.