Exemplo n.º 1
0
 private void BindFlagTypeDropDownList()
 {
     this.flagDropDownlist.DataSource     = FlagType.GetFlagTypes(this.Catalog);
     this.flagDropDownlist.DataTextField  = "FlagTypeName";
     this.flagDropDownlist.DataValueField = "FlagTypeId";
     this.flagDropDownlist.DataBind();
 }
Exemplo n.º 2
0
 private void BindFlagTypeDropDownList()
 {
     this.flagDropDownlist.DataSource     = FlagType.GetFlagTypes(this.Catalog);
     this.flagDropDownlist.DataTextField  = "FlagTypeName";
     this.flagDropDownlist.CssClass       = "ui fluid search dropdown";
     this.flagDropDownlist.DataValueField = "FlagTypeId";
     this.flagDropDownlist.DataBind();
 }