public static bool SetByValue(this RadioButtonList radioButtonList, object value)
 {
     return(SListControl.SetByValue(radioButtonList, value));
 }
Exemple #2
0
 public static bool SetByValue(this ListBox listBox, object value)
 {
     return(SListControl.SetByValue(listBox, value));
 }
Exemple #3
0
 public static bool SetByValue(this DropDownList dropDownList, object value)
 {
     return(SListControl.SetByValue(dropDownList, value));
 }
Exemple #4
0
 public static bool SetByValue(this CheckBoxList checkBoxList, object value)
 {
     return(SListControl.SetByValue(checkBoxList, value));
 }