Example #1
0
 public static byte GetSelectValue(DropDownList ddlList, byte defValue)
 {
     return((byte)TypeParse.StrToInt(CtrlHelper.GetSelectValue(ddlList), (int)defValue));
 }
Example #2
0
 public static void SetText(TextBox textCtrl, string text)
 {
     CtrlHelper.SetText(textCtrl, text);
 }