Example #1
0
 public void SetControlValue(Control container, string ctrlId, object val)
 {
     ControlUtils.SetControlValue(container, ctrlId, val);
 }
Example #2
0
 protected virtual void IncludeCssFile(string cssFile)
 {
     ControlUtils.IncludeCssFile(Page, cssFile);
 }
Example #3
0
 public object GetControlValue(Control container, string ctrlId)
 {
     return(ControlUtils.GetControlValue(container, ctrlId));
 }