Esempio n. 1
0
 private global::System.Web.UI.HtmlControls.HtmlInputHidden @__BuildControlhdnSearchKeywords()
 {
     global::System.Web.UI.HtmlControls.HtmlInputHidden @__ctrl;
     @__ctrl = new global::System.Web.UI.HtmlControls.HtmlInputHidden();
     this.hdnSearchKeywords = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "hidden");
     @__ctrl.ID = "hdnSearchKeywords";
     return(@__ctrl);
 }
Esempio n. 2
0
 private global::System.Web.UI.HtmlControls.HtmlInputHidden @__BuildControlfilepath()
 {
     global::System.Web.UI.HtmlControls.HtmlInputHidden @__ctrl;
     @__ctrl       = new global::System.Web.UI.HtmlControls.HtmlInputHidden();
     this.filepath = @__ctrl;
     @__ctrl.ID    = "filepath";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "hidden");
     return(@__ctrl);
 }
Esempio n. 3
0
 private global::System.Web.UI.HtmlControls.HtmlInputHidden @__BuildControlhidOperType()
 {
     global::System.Web.UI.HtmlControls.HtmlInputHidden @__ctrl;
     @__ctrl          = new global::System.Web.UI.HtmlControls.HtmlInputHidden();
     this.hidOperType = @__ctrl;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "hidden");
     @__ctrl.ID = "hidOperType";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "hidOperType");
     return(@__ctrl);
 }
Esempio n. 4
0
 private global::System.Web.UI.HtmlControls.HtmlInputHidden @__BuildControlhidDisabled()
 {
     global::System.Web.UI.HtmlControls.HtmlInputHidden @__ctrl;
     @__ctrl                 = new global::System.Web.UI.HtmlControls.HtmlInputHidden();
     this.hidDisabled        = @__ctrl;
     @__ctrl.TemplateControl = this;
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("type", "hidden");
     @__ctrl.ID = "hidDisabled";
     ((System.Web.UI.IAttributeAccessor)(@__ctrl)).SetAttribute("class", "hidDisabled");
     return(@__ctrl);
 }