public static bool SetByText(this RadioButtonList radioButtonList, object text)
 {
     return(SListControl.SetByText(radioButtonList, text));
 }
Exemplo n.º 2
0
 public static bool SetByText(this ListBox listBox, object text)
 {
     return(SListControl.SetByText(listBox, text));
 }
Exemplo n.º 3
0
 public static bool SetByText(this DropDownList dropDownList, object text)
 {
     return(SListControl.SetByText(dropDownList, text));
 }
Exemplo n.º 4
0
 public static bool SetByText(this CheckBoxList checkBoxList, object text)
 {
     return(SListControl.SetByText(checkBoxList, text));
 }