2 using System
.Collections
;
3 using System
.ComponentModel
;
7 using System
.Web
.SessionState
;
9 using System
.Web
.UI
.WebControls
;
10 using System
.Web
.UI
.HtmlControls
;
12 namespace TestSite
.views
.registration
15 /// Summary description for actionto.
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();
35 /// Required method for Designer support - do not modify
36 /// the contents of this method with the code editor.
38 private void InitializeComponent()
40 this.Load
+= new System
.EventHandler(this.Page_Load
);
44 public void DoAPostBack(object sender
, EventArgs args
)