示例#1
0
 private global::System.Web.UI.WebControls.FormView @__BuildControlFormViewLatestNews()
 {
     global::System.Web.UI.WebControls.FormView @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.FormView();
     this.FormViewLatestNews = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ItemTemplate = new System.Web.UI.CompiledBindableTemplateBuilder(new System.Web.UI.BuildTemplateMethod(this.@__BuildControl__control2), null);
     @__ctrl.ID           = "FormViewLatestNews";
     return(@__ctrl);
 }
 private global::System.Web.UI.WebControls.FormView @__BuildControlFormViewNewsStatistics()
 {
     global::System.Web.UI.WebControls.FormView @__ctrl;
     @__ctrl = new global::System.Web.UI.WebControls.FormView();
     this.FormViewNewsStatistics = @__ctrl;
     @__ctrl.ApplyStyleSheetSkin(this.Page);
     @__ctrl.ItemTemplate = new System.Web.UI.CompiledBindableTemplateBuilder(new System.Web.UI.BuildTemplateMethod(this.@__BuildControl__control2), null);
     @__ctrl.ID           = "FormViewNewsStatistics";
     @__ctrl.Height       = new System.Web.UI.WebControls.Unit(197, System.Web.UI.WebControls.UnitType.Pixel);
     @__ctrl.Width        = new System.Web.UI.WebControls.Unit(260, System.Web.UI.WebControls.UnitType.Pixel);
     return(@__ctrl);
 }