protected void Application_BeginRequest(object sender, EventArgs e)
 {
     Sharpcms.Request(HttpContext.Current, EntryPageName);
 }
Example #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Sharpcms.Send(this);
 }