Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / MonoRail / TestSite / views / registration / actionto.aspx.cs
blob25a041b181e392bd96683da4b9018499510bf002
1 using System;
2 using System.Collections;
3 using System.ComponentModel;
4 using System.Data;
5 using System.Drawing;
6 using System.Web;
7 using System.Web.SessionState;
8 using System.Web.UI;
9 using System.Web.UI.WebControls;
10 using System.Web.UI.HtmlControls;
12 namespace TestSite.views.registration
14 /// <summary>
15 /// Summary description for actionto.
16 /// </summary>
17 public class actionto : System.Web.UI.Page
19 private void Page_Load(object sender, System.EventArgs e)
21 // Put user code to initialize the page here
24 #region Web Form Designer generated code
25 override protected void OnInit(EventArgs e)
28 // CODEGEN: This call is required by the ASP.NET Web Form Designer.
30 InitializeComponent();
31 base.OnInit(e);
34 /// <summary>
35 /// Required method for Designer support - do not modify
36 /// the contents of this method with the code editor.
37 /// </summary>
38 private void InitializeComponent()
40 this.Load += new System.EventHandler(this.Page_Load);
42 #endregion
44 public void DoAPostBack(object sender, EventArgs args)